mirror of
https://github.com/tokio-rs/axum.git
synced 2025-10-02 23:34:47 +00:00

* Add sqlx example with migrations Simple use case for sqlx based on tokio postgres example. Sqlite database is created on execution in ./target directory and migrations are then run against it. * sqlx example uses postgres instead of sqlite3 Also removed migrations and database creation code.