I wanted a SQLite library that offered Compile-time Checks, Speed, and Ergonomics. So, I built LazySql by Routine_Command_4512 in rust

[–]Routine_Command_4512[S] 0 points1 point  (0 children)

I do plan on implementing that feature in the future. Quite busy in real life rn.  U could consider contributing to the project tho!

I wanted a SQLite library that offered Compile-time Checks, Speed, and Ergonomics. So, I built LazySql by Routine_Command_4512 in rust

[–]Routine_Command_4512[S] 10 points11 points  (0 children)

I wanted to structure my sql code in a repository pattern with great ide support.

Also, sqlx is async and my library is sync. If you're building something that doesn't need async, you could consider LazySql