cuddle-templates/cuddle-rust-service
Kasper Juul Hermansen 1c73fbd3cb
Some checks failed
renovate/artifacts Artifact file update failure
fix(deps): update all dependencies
2024-03-30 15:15:43 +00:00
..
crates/%%name%% fix(deps): update all dependencies 2024-03-30 15:15:43 +00:00
templates feat: add cuddle rust service 2024-03-02 23:23:30 +01:00
.drone.yml feat: with rust service 2024-03-02 23:50:48 +01:00
.gitignore feat: add cuddle rust service 2024-03-02 23:23:30 +01:00
Cargo.lock feat: add cuddle rust service 2024-03-02 23:23:30 +01:00
Cargo.toml feat: add cuddle rust service 2024-03-02 23:23:30 +01:00
cuddle-template.json feat: add cuddle rust service 2024-03-02 23:23:30 +01:00
cuddle.yaml feat: add cuddle rust service 2024-03-02 23:23:30 +01:00
README.md feat: add cuddle rust service 2024-03-02 23:23:30 +01:00
renovate.json feat: add cuddle rust service 2024-03-02 23:23:30 +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