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:
parent
743e345c0e
commit
a9ba09866d
1 changed files with 2 additions and 0 deletions
2
TODO.org
2
TODO.org
|
@ -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");]]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue