mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-09-30 22:42:11 +00:00
fix: remove readme
entries for sqlx-mysql
, sqlx-postgres
, sqlx-sqlite
This commit is contained in:
parent
eade49cfb0
commit
f05c884cdc
@ -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…
x
Reference in New Issue
Block a user