bf9fb6d72c524bf88a27c18bd315b09b98decc94
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
Newsletter API
represents a newsletter service for handling subscriptins and whatnot for my own email newsletter
Usage
This services requires a postgresql compatible, instance, in this case cockroachdb is used. Simply pass a DATABASE_URL to the app and it should apply migrations by itself. Do note that because Cockroach is used with SQLX locking on the schema table is disabled, reason being that cockroachdb doesn't currently support advisory locks
Description
v0.1.0
Latest
Languages
Rust
100%