create-rust-app
create-rust-app copied to clipboard
how to switch sqlite
I tried to use sqlite, but it didn't work. How do I switch to sqlite? thanks
Ah darn I just realized the helper crate defines Connection as a postgres connection type...
I'll have to do some refactoring to get it to work with other database, super sorry about this!~
hey @zhaopengme, thanks again for reporting this issue! I finally got around to resolving some of the finer details around integrating sqlite support. You can find SQLite support in [email protected] :)