graft-sqlite 0.2.1

A SQLite extension which uses Graft to replicate to and from object storage.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod file;
pub mod pragma;
pub mod vfs;

mod dbg;

#[cfg(feature = "register-static")]
pub mod register;

#[cfg(feature = "register-static")]
pub use register::register_static;