From 8f924c479126fc88fbf4c090d1e1d807288318f5 Mon Sep 17 00:00:00 2001 From: Remi_IO Date: Tue, 22 Nov 2022 18:57:21 +0800 Subject: [PATCH] Add SeaORM in examples/databases. (#587) --- databases/sea-orm/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 databases/sea-orm/README.md diff --git a/databases/sea-orm/README.md b/databases/sea-orm/README.md new file mode 100644 index 0000000..8482edf --- /dev/null +++ b/databases/sea-orm/README.md @@ -0,0 +1,5 @@ +# [SeaORM](https://github.com/SeaQL/sea-orm) + +You can find the SeaORM with Actix 4 example in the [sea-orm/examples/actix_example/](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example) + +And with the Actix 3 here: [sea-orm/examples/actix3_example/](https://github.com/SeaQL/sea-orm/tree/master/examples/actix3_example) \ No newline at end of file