Closed nchashch closed 6 days ago
My suggestion is to avoid using ORMs, and instead be as close to raw SQL as possible. ORMs in my opinion provide little clear benefit, and mostly lead to head scratching
Since we are not using SQLite that much I think an ORM would be overkill, it would just make the code more complicated without much benefit. So I'll close this one.
Another option is https://docs.rs/serde_rusqlite/latest/serde_rusqlite/