Docs.rs
lunatic-sqlite-api-0.13.3
lunatic-sqlite-api 0.13.3
Docs.rs crate page
Apache-2.0
/
MIT
Links
Homepage
Repository
crates.io
Source
Owners
bkolobara
Dependencies
bincode ^1.3
normal
serde ^1.0
normal
anyhow ^1.0
normal
hash-map-id ^0.13
normal
lunatic-common-api ^0.13
normal
lunatic-error-api ^0.13
normal
lunatic-process ^0.13
normal
lunatic-process-api ^0.13
normal
sqlite-bindings-lunatic ^0.30.4
normal
wasmtime ^8
normal
Versions
19.05%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
lunatic_
sqlite_
api
0.13.3
Module wire_
format
Module Items
Structs
Enums
In crate lunatic_
sqlite_
api
lunatic_sqlite_api
Module
wire_format
Copy item path
Source
Structs
§
Bind
List
Bind
Pair
Represents a pair of BindKey and BindValue that are used to bind certain data to a prepared statement where BindKey is usually either a numeric index starting with 1 or a string.
Sqlite
Error
Error structure that carries data from sqlite_errmsg and sqlite_errcode
Sqlite
Row
Enums
§
BindKey
Struct used for binding a certain
BindValue
to either a numeric key or a named key in a prepared statement
Bind
Value
Enum that represents possible different types of values that can be bound to a prepared statements
DbError
Sqlite
Value