Bootstrap from registry - part 7

This commit is contained in:
mdecimus
2026-02-03 12:23:05 +01:00
parent 262aed19af
commit 7c8be27fcf
93 changed files with 1206 additions and 9398 deletions

View File

@@ -42,10 +42,10 @@ jemallocator = "0.5.0"
[features]
#default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "azure", "nats", "enterprise"]
default = ["rocks", "enterprise"]
sqlite = ["store/sqlite"]
sqlite = ["store/sqlite", "directory/sqlite"]
foundationdb = ["store/foundation", "common/foundation"]
postgres = ["store/postgres"]
mysql = ["store/mysql"]
postgres = ["store/postgres", "directory/postgres"]
mysql = ["store/mysql", "directory/mysql"]
rocks = ["store/rocks"]
s3 = ["store/s3"]
redis = ["store/redis", "coordinator/redis"]