Commit Graph

3 Commits

Author SHA1 Message Date
Joe Ardent d6f9a00277 Make sqlite extension a feature.
This means that you can use it in a Rust app that links against libsqlite, but you need to compile
it as an extension using a feature, `clib`.
2023-07-26 18:21:42 -07:00
Joe Ardent 114e556a84 done with lib and sqlite extension, ready to publish to crates. 2023-07-25 17:51:49 -07:00
Joe Ardent 510750424b first commit 2023-07-25 12:04:38 -07:00