/
germanubis
/
sqlx
Обзор
Документация
Войти
/
germanubis
/
sqlx
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/postgres/preferred-crates/sqlx.toml
9 строк
295 B
Austin Bonander
feat: create `sqlx.toml` format (#3383)
01 июл 2025, 02:34
Не верифицирован
01 июл 2025, 02:34
25cbeed
Код
Авторство
О чём код?
[migrate] # Move `migrations/` to under `src/` to separate it from subcrates. migrations-dir = "src/migrations" [macros.preferred-crates] # Keeps `time` from taking precedent even though it's enabled by a dependency. date-time = "chrono" # Same thing with `rust_decimal` numeric = "bigdecimal"