This is a small sample collection for SQLX
cargo install sqlx-cli
Migration file has been added with:
sqlx migrate add -r todo_table
Add to environment the variable, or modify .env file
DATABASE_URL="postgres://postgis:postgis@localhost:5431/postgis"
cargo install sea-orm-cli@1.0.0-rc.5