Simple, unified API for multiple data stores
Go to file
Ben Bierens b3d4bd40fc
sets version for chronos. bumps nim-datastore to 0.1.1 (#73)
2024-08-28 08:55:23 +02:00
.github/workflows Simplifies tests.yml (#71) 2024-08-19 14:42:57 +02:00
datastore Rename err to error to avoid naming conflict (#68) 2024-08-19 14:45:54 +03:00
tests Support GCC-14 (#69) 2024-08-19 11:02:18 +03:00
.editorconfig initial implementation 2022-06-22 13:16:43 -05:00
.gitattributes initial implementation 2022-06-22 13:16:43 -05:00
.gitignore cleanup results import and some warnings (#64) 2024-05-15 10:37:01 -07:00
LICENSE-APACHEv2 initial implementation 2022-06-22 13:16:43 -05:00
LICENSE-MIT initial implementation 2022-06-22 13:16:43 -05:00
README.md initial implementation 2022-06-22 13:16:43 -05:00
config.nims cleanup results import and some warnings (#64) 2024-05-15 10:37:01 -07:00
datastore.nim Adds LevelDB Datastore (#63) 2024-05-14 11:05:58 +02:00
datastore.nimble sets version for chronos. bumps nim-datastore to 0.1.1 (#73) 2024-08-28 08:55:23 +02:00

README.md

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.