Okay so after a couple weeks of and off and on poking at "what is the best way to access a database from Rust?", I think I've come to the conclusion the best way is to plug sea-query into sqlx. But instead of doing this I am continuing to use Diesel. ๐ค
Maybe I would be happier if instead of trying all these libraries I had just used SQLite direct, but for whatever reason I have a lingering mistrust of SQLite. It's just soโฆ lite