update todo, possibly change to sqlx instead of diesel

Diesel seems to add a lot of work to compile time, and ORMs are good,
but can become troublesome. We'll see if it's actually worth the
switch later though.
This commit is contained in:
Chris Cochrun 2023-09-08 14:57:48 -05:00
parent 743e345c0e
commit a9ba09866d

View file

@ -4,6 +4,8 @@
:END:
* Tasks [0%] [0/0]
** TODO Consider converting diesel to raw sqlx instead
From what I can gather, sometimes an orm is just too hard to work around rather than doing raw sql queries
** TODO Database doesn't exist we crash :bug:
[[file:~/dev/church-presenter/src/rust/song_model.rs::.expect("Error loading songs");]]