docs.rs failed to build squire-0.0.1-alpha.7
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
squire-0.0.1-alpha.12
squire
Squire is a crate for embedding SQLite in Rust. It provides a safe, idiomatic Rust interface to the underlying SQLite C API.
⚠️ Squire is under active development, without even a
0.0.1release yet. Not all features describe below exist.
use ;
let db = memory;
let connection = open?;
let connection = builder.open?;
let statement = connection.prepare?;
let id: RowId = connection.execute?;
let user: = statement.bind?.fetch?;
;