Database schema optimization - part 12

This commit is contained in:
mdecimus
2025-11-15 12:44:04 +01:00
parent 8bbcb999d1
commit dbe40829da
49 changed files with 1364 additions and 694 deletions

View File

@@ -4,8 +4,8 @@ version = "0.14.1"
edition = "2024"
[features]
#default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "nats", "azure", "foundationdb", "enterprise"]
default = ["postgres"]
#default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "nats", "azure", "foundationdb"]
default = ["rocks", "foundationdb"]
sqlite = ["store/sqlite"]
foundationdb = ["store/foundation", "common/foundation"]
postgres = ["store/postgres"]