mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
fix: remove readme
entries for sqlx-mysql
, sqlx-postgres
, sqlx-sqlite
This commit is contained in:
parent
eade49cfb0
commit
f05c884cdc
3 changed files with 0 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
[package]
|
||||
name = "sqlx-mysql"
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/sqlx"
|
||||
description = "MySQL driver implementation for SQLx. Not for direct use; see the `sqlx` crate for details."
|
||||
version.workspace = true
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[package]
|
||||
name = "sqlx-postgres"
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/sqlx"
|
||||
description = "PostgreSQL driver implementation for SQLx. Not for direct use; see the `sqlx` crate for details."
|
||||
version.workspace = true
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[package]
|
||||
name = "sqlx-sqlite"
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/sqlx"
|
||||
description = "SQLite driver implementation for SQLx. Not for direct use; see the `sqlx` crate for details."
|
||||
version.workspace = true
|
||||
|
|
Loading…
Reference in a new issue