lunatic-sqlite-api 0.13.3

Lunatic host functions for sqlite.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod wire_format;

#[cfg(not(target_arch = "wasm32"))]
mod sqlite_bindings;

#[cfg(not(target_arch = "wasm32"))]
pub use sqlite_bindings::*;

#[cfg(target_arch = "wasm32")]
pub mod guest_api;