docs: fix link to db types

This commit is contained in:
Ryan Leckey 2020-03-29 16:00:51 -07:00
parent 4ec9e9fce2
commit 6de52567d7

View File

@ -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