Kasper Juul Hermansen 233f7f9cca
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
chore(deps): update rust crate tokio to v1.41.1
2024-11-08 01:29:29 +00:00
2024-03-30 15:09:51 +01:00
2024-03-30 01:21:41 +01:00
2024-03-30 00:27:14 +01:00
2024-03-30 00:35:26 +01:00
2024-03-30 23:04:44 +00:00
2024-03-31 00:04:02 +01:00
2024-03-30 00:27:14 +01:00
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

Description
No description provided
Readme 265 KiB
v0.1.0 Latest
2024-03-31 00:07:28 +01:00
Languages
Rust 100%