mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-28 14:11:10 +00:00
7 lines
98 B
Rust
7 lines
98 B
Rust
mod array;
|
|
mod bool;
|
|
mod int;
|
|
mod null;
|
|
|
|
// https://www.postgresql.org/docs/current/datatype.html
|