scientisst_db 0.0.6 scientisst_db: ^0.0.6 copied to clipboard
Simple and powerful NoSQL document-based local database.
[0.0.6] #
- Added support to Null objects
[0.0.5] - Fixed metadata field types #
- Updated metadata field types parsing to fixed types
[0.0.4] - Metadata field types parsing #
- Updated metadata field types parsing
- Fixed some bugs of the previous version
[0.0.3] - Metadata, import/export #
- Updated metadata fields
- Added import/export methods
- Fixed some bugs of the previous version
[0.0.2] - Files, Watch #
- Added a parallel database to store files
- Implemented watch methods, to stream documents and update with changes
- Fixed some bugs of the previous version
[0.0.1+1] - Updated README #
- Fixed typos and the architecture scheme image.
[0.0.1] - First release #
- Basic features working: collection, documents, read, create, update, delete, order, filter.