feat: add cuddle rust service

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-03-02 23:23:24 +01:00
parent 1da0fbdf8c
commit 45961d79eb
14 changed files with 2635 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
# 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