scientisst_db 0.1.2
scientisst_db: ^0.1.2 copied to clipboard
Simple and powerful NoSQL document-based local database.
0.1.2 #
- Added "limit" to Query
0.1.1 #
- Fixed null safety issues
- Stopped using metadata field types
- DateTime stored as Iso8601String
0.1.0 #
- Upgraded to Null Safety
0.0.8 #
- Removed import/export methods
0.0.7 #
- Added support to bool objects
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.