Migration implementation (part 2)
This commit is contained in:
@@ -5,7 +5,8 @@ edition = "2024"
|
||||
|
||||
[features]
|
||||
#default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "nats", "azure", "foundationdb"]
|
||||
default = ["rocks", "foundationdb"]
|
||||
default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "foundationdb"]
|
||||
#default = ["rocks", "foundationdb"]
|
||||
sqlite = ["store/sqlite"]
|
||||
foundationdb = ["store/foundation", "common/foundation"]
|
||||
postgres = ["store/postgres"]
|
||||
|
||||
Reference in New Issue
Block a user