File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ migrate = [
4747 " sqlx-exasol-macros?/migrate" ,
4848]
4949
50+ sqlx-toml = [" sqlx-exasol-impl/sqlx-toml" , " sqlx-exasol-macros?/sqlx-toml" ]
51+
5052# Base runtime features without TLS
5153runtime-async-std = [" sqlx/runtime-async-std" ]
5254runtime-tokio = [" sqlx/runtime-tokio" ]
@@ -214,3 +216,4 @@ unused_extern_crates = "warn"
214216unused_import_braces = " warn"
215217unused_lifetimes = " warn"
216218unused_qualifications = " warn"
219+ # Enable parsing of `sqlx.toml` for configuring macros and migrations.
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ authors.workspace = true
1515any = [" sqlx-core/any" ]
1616migrate = [" sqlx-core/migrate" , " dep:dotenvy" , " dep:hex" ]
1717macros = [" dep:sqlx-macros-core" , " sqlx-macros-core?/macros" ]
18+ sqlx-toml = [" sqlx-core/sqlx-toml" ]
1819
1920# Type Integration features
2021bigdecimal = [" sqlx-core/bigdecimal" , " dep:bigdecimal" ]
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ proc-macro = true
1818derive = [" sqlx-macros-core/derive" ]
1919macros = [" sqlx-macros-core/macros" , " sqlx-exasol-impl/macros" ]
2020migrate = [" sqlx-macros-core/migrate" , " sqlx-exasol-impl/migrate" ]
21+ sqlx-toml = [" sqlx-macros-core/sqlx-toml" ]
2122
2223# Types
2324bigdecimal = [" sqlx-macros-core/bigdecimal" , " sqlx-exasol-impl/bigdecimal" ]
You can’t perform that action at this time.
0 commit comments