mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-23 18:40:24 +00:00
feat: create sqlx.toml format
This commit is contained in:
@@ -26,6 +26,10 @@ derive = []
|
||||
macros = []
|
||||
migrate = ["sqlx-core/migrate"]
|
||||
|
||||
config = ["sqlx-core/config"]
|
||||
config-macros = ["config", "sqlx-core/config-macros"]
|
||||
config-migrate = ["config", "sqlx-core/config-migrate"]
|
||||
|
||||
# database
|
||||
mysql = ["sqlx-mysql"]
|
||||
postgres = ["sqlx-postgres"]
|
||||
|
||||
Reference in New Issue
Block a user