Bootstrap from registry - part 6

This commit is contained in:
mdecimus
2026-02-01 19:02:09 +01:00
parent 0398a9d28e
commit 262aed19af
67 changed files with 1976 additions and 2580 deletions

View File

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