Go to file
cuddle-please 4441177642
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
chore(release): 0.1.1
2024-05-25 19:46:16 +00:00
crates/drone-templater fix(deps): update rust crate serde to 1.0.202 2024-05-15 08:05:14 +00:00
templates feat: enable upload of templates 2024-03-30 01:21:41 +01:00
.drone.yml feat: add template 2024-03-30 15:09:51 +01:00
.env feat: enable upload of templates 2024-03-30 01:21:41 +01:00
.gitignore feat: add basic 2024-03-30 00:27:14 +01:00
Cargo.lock chore(deps): update rust crate tracing to v0.1.40 2024-05-25 19:45:33 +00:00
Cargo.toml feat: away with axum 2024-03-30 00:35:26 +01:00
CHANGELOG.md chore(release): 0.1.1 2024-05-25 19:46:16 +00:00
cuddle.yaml feat: add please 2024-03-31 00:04:02 +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