mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-05-28 13:34:16 +00:00
This feature makes it possible to select between PostgreSQL and SQLite as database backend using a compile feature-flag. It is not possible to enable both at the same time. --------- Co-authored-by: Momo Bel <plopyomomo@gmail.com>
6 lines
153 B
TOML
6 lines
153 B
TOML
# For documentation on how to configure this file,
|
|
# see diesel.rs/guides/configuring-diesel-cli
|
|
|
|
[print_schema]
|
|
file = "src/storage/schema_sqlite.rs"
|