Docs.rs
drizzle-core-0.1.4
drizzle-core 0.1.4
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
themixednuts
Dependencies
compact_str ^0.9.0
normal
drizzle-types ^0.1
normal
hashbrown ^0.16
normal
libsql ^0.9
normal
optional
paste ^1.0
normal
postgres ^0.19.12
normal
optional
puffin ^0.19
normal
optional
rusqlite ^0.37
normal
optional
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
smallvec ^1.15
normal
thiserror ^2.0
normal
tokio-postgres ^0.7.15
normal
optional
turso ^0.3
normal
optional
uuid ^1.18
normal
optional
Versions
56.71%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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 sql
drizzle_
core
0.1.4
Module sql
Module Items
Structs
Enums
In crate drizzle_
core
drizzle_core
Module
sql
Copy item path
Source
Structs
§
OwnedSQL
Owned version of SQL with ’static lifetime
SQL
SQL fragment builder with flat chunk storage.
Enums
§
OwnedSQL
Chunk
Owned version of SQLChunk with ’static lifetime
SQLChunk
A SQL chunk represents a part of an SQL statement.
Token