Dmitriy Ryajov 9d49c8016e
Several fixes and missing features (#38)
* shorten lines

* only return data when `query.value == true`

* test `query.value = false`

* close mounted ds

* allow passing dispose to query iter constructor

* fix fs querying

* use currentSourcePath

* remove `dsobj` extensions from directories

* don't return error on missing key delete

* return `DatastoreKeyNotFound` on empty `get`

* return `DatastoreKeyNotFound` on missing sql key
2022-11-22 15:23:23 -06:00
2022-06-22 13:16:43 -05:00
2022-06-22 13:16:43 -05:00
2022-06-22 13:16:43 -05:00
2022-09-21 18:13:50 -06:00
2022-07-04 22:28:41 -05:00
2022-06-22 13:16:43 -05:00
2022-06-22 13:16:43 -05:00
2022-06-22 13:16:43 -05:00

nim-datastore

License: Apache License: MIT Stability: experimental Tests

Simple, unified API for multiple data stores.

Inspired by the Python library datastore.

Stability

nim-datastore is currently marked as experimental and may be subject to breaking changes across any version bump until it is marked as stable.

License

nim-datastore is licensed and distributed under either of:

at your option. The contents of this repository may not be copied, modified, or distributed except according to those terms.

Description
Simple, unified API for multiple data stores
Readme
Languages
Nim 100%