mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-01-19 23:26:32 +00:00
docs: fix link to db types
This commit is contained in:
parent
4ec9e9fce2
commit
6de52567d7
@ -3,9 +3,9 @@
|
||||
//! To see how each SQL type maps to a Rust type, see the corresponding `types` module for each
|
||||
//! database:
|
||||
//!
|
||||
//! * [PostgreSQL](crate::postgres::types)
|
||||
//! * [MySQL](crate::mysql::types)
|
||||
//! * [SQLite](crate::sqlite::types)
|
||||
//! * [PostgreSQL](postgres/types/index.html)
|
||||
//! * [MySQL](mysql/types/index.html)
|
||||
//! * [SQLite](sqlite/types/index.html)
|
||||
//!
|
||||
//! Any external types that have had [`Type`] implemented for, are re-exported in this module
|
||||
//! for convenience as downstream users need to use a compatible version of the external crate
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user