Docs.rs
rustlavel-db-0.8.1
rustlavel-db 0.8.1
Docs.rs crate page
MIT
20 September 2026
Links
Repository
crates.io
Source
Owners
advancedynamic
Dependencies
hmac ^0.12
normal
md-5 ^0.10
normal
rusqlite ^0.37
normal
optional
rustlavel-core ^0.8.1
normal
rustlavel-macros ^0.8.1
normal
rustls ^0.23
normal
sha1 ^0.10
normal
sha2 ^0.10
normal
tokio ^1
normal
tokio-rustls ^0.26
normal
webpki-roots ^0.26
normal
Versions
47.51%
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
Skip to main content
Module types
rustlavel_
db
0.8.1
Module types
Module Items
Constants
Functions
In rustlavel_
db::
postgres
rustlavel_db
::
postgres
Module
types
Copy item path
Source
Expand description
Decoding column text into
Value
, guided by the column’s type OID.
Constants
§
BOOL
BPCHAR
BYTEA
CHAR
DATE
FLOAT4
FLOAT8
INT2
INT4
INT8
JSON
JSONB
NAME
NUMERIC
OID
TEXT
TIME
TIMESTAMP
TIMESTAMPTZ
UUID
VARCHAR
Functions
§
decode
Turn a column’s text representation into a
Value
.
type_
name
The SQL type a schema builder emits for a logical column type.