Opinionated library to work with Google Datastore, implements CommonDB
npm install @naturalcycles/datastore-lib> Opinionated library to work with Google Datastore



- BaseDao abstract class for extension
- DBM / BM / FM models, conversion, validation
- DB fields convention (created, updated, _ver)
- Simplified ID handling (always String ids)
- Simple and powerful In-Memory Datastore emulator for faster and safer unit testing (!)
- Streaming with RxJS Observable interface
- Anonymization hook to be able to plug your implementation (privacy by design)
- ...
1