lunatic-solutions / lunatic-rs

This library contains higher level Rust wrappers for low level Lunatic syscalls.
275 stars 31 forks source link

Sqlite client apis #101

Closed tqwewe closed 1 year ago

tqwewe commented 1 year ago

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

bkolobara commented 1 year ago

This looks good to me and I'm going to go ahead and merge it.