Docs.rs
spin-sdk-5.0.0
spin-sdk 5.0.0
Permalink
Docs.rs crate page
Apache-2.0
WITH LLVM-exception
Links
Homepage
Repository
crates.io
Source
Owners
radu-matei
lann
spinframeworkbot
Dependencies
anyhow ^1
normal
async-trait ^0.1.74
normal
bytes ^1
normal
chrono ^0.4.38
normal
form_urlencoded ^1.0
normal
futures ^0.3.28
normal
http ^1.0.0
normal
once_cell ^1.18.0
normal
postgres_range ^0.11.1
normal
optional
routefinder ^0.5.3
normal
rust_decimal ^1.37.2
normal
optional
serde ^1.0.163
normal
optional
serde_json ^1.0.96
normal
optional
spin-executor ^5.0.0
normal
spin-macro ^5.0.0
normal
thiserror ^1.0.37
normal
uuid ^1.18.0
normal
optional
wasi =0.13.1
normal
wit-bindgen ^0.43.0
normal
http-body-util ^0.1.0
dev
hyper ^1.2.0
dev
reqwest ^0.11.24
dev
tokio ^1.38.2
dev
wasmtime ^35.0.0
dev
wasmtime-wasi ^35.0.0
dev
wasmtime-wasi-http ^35.0.0
dev
wit-component ^0.235.0
dev
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
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
Module sqlite3
spin_
sdk
5.0.0
Module sqlite3
Module Items
Structs
Enums
In crate spin_
sdk
spin_sdk
Module
sqlite3
Copy item path
Source
Expand description
SQLite storage.
Structs
§
Connection
An open connection to a SQLite database.
Query
Result
The result of a SQLite query issued with
Connection::execute()
.
Row
A database row result.
RowResult
A database row result.
Enums
§
Error
The set of errors which may be raised by functions in this interface
Value
A single column’s result from a database query