1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

refactor: use confik instead of config

This commit is contained in:
Rob Ede
2024-07-07 02:01:13 +01:00
parent 03879899a5
commit 0bdd5479ff
14 changed files with 322 additions and 477 deletions

View File

@ -1,5 +1,5 @@
# [SeaORM](https://github.com/SeaQL/sea-orm)
# [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)
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)