Find a file
Simon Bruder f030d16d09
Switch to sqlx
While diesel has a native rust interface, writing more complex queries
is easier when you can just pass a SQL query string.
2024-07-11 17:25:01 +02:00
.reuse Switch to sqlx 2024-07-11 17:25:01 +02:00
.sqlx Switch to sqlx 2024-07-11 17:25:01 +02:00
LICENSES Switch to sqlx 2024-07-11 17:25:01 +02:00
migrations Switch to sqlx 2024-07-11 17:25:01 +02:00
src Switch to sqlx 2024-07-11 17:25:01 +02:00
static Add parent to item 2024-07-11 01:16:35 +02:00
templates Switch to maud for templating 2024-07-11 01:17:04 +02:00
.envrc Switch to sqlx 2024-07-11 17:25:01 +02:00
.gitattributes Add frontend prototype 2024-07-11 01:16:27 +02:00
.gitignore Init 2024-07-11 01:16:00 +02:00
build.rs Init 2024-07-11 01:16:00 +02:00
Cargo.lock Switch to sqlx 2024-07-11 17:25:01 +02:00
Cargo.lock.license Init 2024-07-11 01:16:00 +02:00
Cargo.toml Switch to sqlx 2024-07-11 17:25:01 +02:00
deny.toml Init 2024-07-11 01:16:00 +02:00
flake.lock Init 2024-07-11 01:16:00 +02:00
flake.lock.license Init 2024-07-11 01:16:00 +02:00
flake.nix Switch to sqlx 2024-07-11 17:25:01 +02:00