mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-02 21:53:05 +00:00
* adding monted store * misc spelling * adding mounted store tests to suite * split out key * relaxed key initialization * always mount and lookup by path * cleaned up and reorged tests * test lookup by path * add re-exports * more re-exports * fix warnings and re-exports
8 lines
183 B
Nim
8 lines
183 B
Nim
import ./datastore/datastore
|
|
import ./datastore/fsds
|
|
import ./datastore/sql
|
|
import ./datastore/mountedds
|
|
import ./datastore/tieredds
|
|
|
|
export datastore, fsds, mountedds, tieredds, sql
|