mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-12 12:56:58 +00:00
I can do syntax, me
This commit is contained in:
parent
876e783f9e
commit
ec0ca88fcd
@ -251,7 +251,7 @@ proc new*(
|
|||||||
.expect("Should create repo file data store!"))
|
.expect("Should create repo file data store!"))
|
||||||
of repoSQLite: Datastore(SQLiteDatastore.new($config.dataDir)
|
of repoSQLite: Datastore(SQLiteDatastore.new($config.dataDir)
|
||||||
.expect("Should create repo SQLite data store!"))
|
.expect("Should create repo SQLite data store!"))
|
||||||
if repoLevelDb: Datastore(LevelDbDatastore.new($config.dataDir))
|
of repoLevelDb: Datastore(LevelDbDatastore.new($config.dataDir)
|
||||||
.expect("Should create repo LevelDB data store!"))
|
.expect("Should create repo LevelDB data store!"))
|
||||||
|
|
||||||
repoStore = RepoStore.new(
|
repoStore = RepoStore.new(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user