Go to file
kjuulh 15c0add769
All checks were successful
continuous-integration/drone/push Build is passing
feat: update image
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-03-30 00:32:50 +01:00
crates/drone-templater feat: remove migrations 2024-03-30 00:30:22 +01:00
templates feat: add basic 2024-03-30 00:27:14 +01:00
.drone.yml feat: update image 2024-03-30 00:32:50 +01:00
.gitignore feat: add basic 2024-03-30 00:27:14 +01:00
Cargo.lock feat: add basic 2024-03-30 00:27:14 +01:00
Cargo.toml feat: add basic 2024-03-30 00:27:14 +01:00
cuddle.yaml feat: add basic 2024-03-30 00:27:14 +01:00
README.md feat: add basic 2024-03-30 00:27:14 +01:00
renovate.json feat: add basic 2024-03-30 00:27:14 +01:00

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