objectdb 1.0.1 objectdb: ^1.0.1 copied to clipboard
Persistent embedded document-oriented NoSQL database for Dart and Flutter.
[0.0.1] - 2018-06-25 #
- Initial release
[0.0.4] - 2018-06-25 #
- Async bugfix
[0.0.6] - 2018-06-26 #
- BREAKING CHANGE: make db path required parameter
[0.0.7] - 2018-06-26 #
- Remove flutter dependency
[0.0.8] - 2018-06-26 #
- Added ObjectId as unique _id value
- Added methods:
insertMany()
,first()
andlast()
[0.0.9] - 2018-06-26 #
- BREAKING CHANGE: Rename clean() to tidy()
[0.0.10] - 2018-06-27 #
- insert() -> return object id
- query examples in README
[0.0.11] - 2018-06-27 #
- added example
[0.0.12] - 2018-06-27 #
- async bugfix
[0.1.0] - 2018-06-30 #
- updated docs
[0.1.1] - 2018-06-30 #
- updated execution_queue
[0.1.2] - 2018-06-30 #
- regex support
- db meta
[0.1.6] - 2018-07-02 #
- advanced return types
[0.1.14] - 2018-08-09 #
- enhanced update queries