mirror of
https://github.com/status-im/nim-dagger.git
synced 2025-01-09 14:15:41 +00:00
bd8fedaf28
* pulls in datastore-leveldb update * bump * Applies LevelDb as metadata store. Adds option for repostore. * Sets submodule to main branch * I can do syntax, me * Removes wildcard from metadata query key * Applies leveldb instead of sqlite-in-memory for tests * Restores query key wildcard. * Pins nim-datastore to latest master * bumps leveldb to 0.1.4 --------- Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>
6 lines
119 B
Nim
6 lines
119 B
Nim
import helpers/multisetup
|
|
import helpers/trackers
|
|
import helpers/templeveldb
|
|
|
|
export multisetup, trackers, templeveldb
|