Cargo Features
[dependencies]
moosicbox_schema = { version = "0.1.1", default-features = false, features = ["fail-on-warnings", "postgres", "sqlite"] }
- default = postgres, sqlite
-
These default features are set whenever
moosicbox_schema
is added without
somewhere in the dependency tree.default-features = false - fail-on-warnings
- postgres default
-
Enables postgres of gimbal_database
Affects
moosicbox_schema::migrate_config
,moosicbox_schema::migrate_library
… - sqlite default
-
Enables sqlite of gimbal_database
Affects
moosicbox_schema::migrate_config
,moosicbox_schema::migrate_library
…