Docs.rs
rust-sqlite-0.3.0
rust-sqlite 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
dckc
Dependencies
bitflags ^0.1.0
normal
enum_primitive ^0.1.0
normal
libc ^0.2.5
normal
time ^0.1.5
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sqlite3
0.3.0
Module types
Module Items
Statics
Traits
In crate sqlite3
sqlite3
Module
types
Copy item path
Source
Expand description
Type conversions for binding parameters and getting query results.
Statics
§
SQLITE_
TIME_
FMT
Format of sqlite date strings
Traits
§
FromSql
A trait for result values from a query.
ToSql
Values that can be bound to parameters in prepared statements.