Docs.rs
wae-database-0.0.2
wae-database 0.0.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
fqq
Dependencies
async-trait ^0.1.89
normal
deadpool-postgres ^0.14.1
normal
optional
http ^1.4.0
normal
limbo ^0.0.22
normal
optional
mysql_async ^0.36.1
normal
optional
once_cell ^1.19.0
normal
pin-project-lite ^0.2.17
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
serde_yaml ^0.9.34
normal
tokio ^1.50.0
normal
tokio-postgres ^0.7.16
normal
optional
tower ^0.5.3
normal
wae-types ^0.0.2
normal
Versions
100%
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
Skip to main content
Module col
wae_
database
0.0.2
Module col
Module Items
Functions
In crate wae_
database
wae_database
Module
col
Copy item path
Source
Expand description
列类型快捷构造函数
Functions
§
blob
创建二进制列
boolean
创建布尔列
id
创建主键列 (自增整数)
integer
创建整数列
json
创建 JSON 列
real
创建浮点列
text
创建文本列
timestamp
创建时间戳列