mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 07:21:08 +00:00
Correct table headings and only list types that are actually implemented
This commit is contained in:
parent
7c27065c09
commit
333803c1ff
@ -17,14 +17,9 @@
|
||||
//!
|
||||
//! Requires the `chrono` Cargo feature flag.
|
||||
//!
|
||||
//! | Rust type | MySQL type(s) |
|
||||
//! | Rust type | Sqlite type(s) |
|
||||
//! |---------------------------------------|------------------------------------------------------|
|
||||
//! | `chrono::DateTime<Utc>` | TIMESTAMP |
|
||||
//! | `chrono::DateTime<Local>` | TIMETAMP |
|
||||
//! | `chrono::NaiveDateTime` | DATETIME |
|
||||
//! | `chrono::NaiveDate` | DATE |
|
||||
//! | `chrono::NaiveTime` | TIME |
|
||||
|
||||
//! | `chrono::NaiveDateTime` | TIMESTAMP |
|
||||
//!
|
||||
//! # Nullable
|
||||
//!
|
||||
|
Loading…
x
Reference in New Issue
Block a user