sea-orm/examples/actix_example
..
2021-09-11 17:02:59 +10:00
2021-09-17 20:17:17 +10:00
2021-09-12 16:35:43 +10:00
2021-09-16 22:47:11 +10:00

Actix with SeaORM example app

Edit .env to point to your database.

Run server with auto-reloading:

cargo install systemfd
systemfd --no-pid -s http::5000 -- cargo watch -x run