Store API cleanup

This commit is contained in:
mdecimus
2023-12-02 18:43:28 +01:00
parent 5010c15037
commit 2ccf85d6dd
31 changed files with 567 additions and 1589 deletions

View File

@@ -5,8 +5,8 @@ edition = "2021"
resolver = "2"
[features]
#default = ["sqlite", "foundationdb", "postgres", "mysql"]
default = ["rocks"]
default = ["sqlite", "foundationdb", "postgres", "mysql", "rocks"]
#default = []
sqlite = ["store/sqlite"]
foundationdb = ["store/foundation"]
postgres = ["store/postgres"]