Commit graph

11 commits

Author SHA1 Message Date
Simon Bruder df6fb22079
WIP: Add unit tests
All checks were successful
/ build (push) Successful in 2m33s
TODO:

- add fixture to avoid code duplication
2024-07-25 22:43:58 +02:00
Simon Bruder a2c275f8f7
Remove postgresql.lib buildInput
It is no longer required with SQLx.
2024-07-25 21:34:07 +02:00
Simon Bruder bcbb7dfc67
Add item state 2024-07-24 16:29:22 +02:00
Simon Bruder 35230b6c37
flake: Update pre-commit-hooks.nix to new name
All checks were successful
/ build (push) Successful in 33s
This also removes all input overrides.
2024-07-24 12:19:59 +02:00
Simon Bruder 8414f5fcf4
Do not use full OCI image name for build 2024-07-19 15:29:03 +02:00
Simon Bruder abea41ebd0
Deny clippy warnings in pre-commit hook 2024-07-19 00:12:28 +02:00
Simon Bruder b4f13741f7
Add OCI container output to flake 2024-07-19 00:06:25 +02:00
Simon Bruder 00d7647187
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-19 00:05:26 +02:00
Simon Bruder 11be165f6d
Use nightly rust for development 2024-07-11 01:17:01 +02:00
Simon Bruder ae50056252
Add postgresql CLI 2024-07-11 01:16:36 +02:00
Simon Bruder f4ba4e9733
Init 2024-07-11 01:16:00 +02:00