mongo_pool 1.0.4 mongo_pool: ^1.0.4 copied to clipboard
A MongoDB connection pool for Dart. Using this package, your application will open as many database connections as you specify as soon as it runs.
1.0.0 #
* Release 1.0.0
1.0.1 #
* Connections in the pool now open automatically
* Throw error when there is no connection to use in the pool expands by opening new connection
1.0.2 #
* Readme update
1.0.3 #
* Readme update
* Example code update
* Fixed the issue where calls made without waiting for connections to open would get an error when creating a pool
1.0.4 #
* Readme update
* Example code update
* Test code update
* Adding MongoDbPoolService class. The pool is now accessible from anywhere in the project