Docs.rs
zino-orm-0.3.0
zino-orm 0.3.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
photino
Dependencies
apache-avro ^0.17.0
normal
cfg-if ^1.0
normal
chrono ^0.4.39
normal
convert_case ^0.6.0
normal
futures ^0.3.31
normal
http ^1.2.0
normal
regex ^1.11.1
normal
serde ^1.0.217
normal
serde_json ^1.0.134
normal
smallvec ^1.13.2
normal
sqlx ^0.8.3
normal
optional
toml ^0.8.19
normal
tracing ^0.1.41
normal
url ^2.5.4
normal
zino-core ^0.31.0
normal
zino-openapi ^0.2.0
normal
optional
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
zino_
orm
0.3.0
Database
Pool
Aliased Type
In crate zino_
orm
zino_orm
Type Alias
DatabasePool
Copy item path
Source
pub type DatabasePool =
SqlitePool
;
Expand description
SQLite database pool.
Aliased Type
ยง
struct DatabasePool(
/* private fields */
);