Bootstrap from registry - part 7
This commit is contained in:
@@ -7,10 +7,10 @@ edition = "2024"
|
||||
default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "nats", "azure", "foundationdb"]
|
||||
#default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "foundationdb"]
|
||||
#default = ["rocks"]
|
||||
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"]
|
||||
|
||||
Reference in New Issue
Block a user