Closed tqwewe closed 1 year ago
Adds Sqlite client apis under the sqlite feature flag.
sqlite
Some examples of usage can be found under the sqlite.rs test file.
https://github.com/lunatic-solutions/lunatic-rs/blob/31792b730c205e8f418fe8cb09fa93797f38468f/tests/sqlite.rs#L4-L29
This looks good to me and I'm going to go ahead and merge it.
Adds Sqlite client apis under the
sqlite
feature flag.Some examples of usage can be found under the sqlite.rs test file.
https://github.com/lunatic-solutions/lunatic-rs/blob/31792b730c205e8f418fe8cb09fa93797f38468f/tests/sqlite.rs#L4-L29