You'll need to install:
Launch a (migrated) Postgres database via Docker:
./scripts/init_db.sh
Using cargo
:
cargo build
Using cargo
:
cargo test
sqlx database create
sqlx migrate add create_subscriptions_table
SKIP_DOCKER=true ./scripts/init_db.sh
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.