mongo_db_driver 0.1.0-1.4.dev
mongo_db_driver: ^0.1.0-1.4.dev copied to clipboard
MongoDB driver, implemented in pure Dart. All CRUD operations, aggregation pipeline and more!
Changelog Mongo Db Driver #
0.1.0-1.4.dev #
- Update Dependencies
- Removed Library names (Lint)
- Changes to Grid Fs to fix problem with files bigger than 2GB.
- Changed length in GridFSFile from int? to Int64
- Changed chunkSize in GridFSFile from int to Int32
- Changed GridFS.defaultChunkSize from int to Int32
- Removed Validate() method from GridFSFile (MD5 no more managed)
0.1.0-1.3.dev #
- Fixed bson and mongo_db_query exports
0.1.0-1.2.dev #
- Moved Document types in package mongo_db_query
- Export Reorganization
- Fixed issue with mongodb+srv connection String
- Using Union Base Classes and Error Base classes from type_utils packahge
- Direct Connection
- Server Monitoring (no log yet)
- Server Description
0.1.0-1.1.dev #
- Aggregate - Collection methods and commands
1.0.0-1.0.dev #
New version