mongo_pool 1.2.0 copy "mongo_pool: ^1.2.0" to clipboard
mongo_pool: ^1.2.0 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

1.0.5 #

* Export file update for MongoDbPoolService class

1.1.0 #

* Readme update
* Example code update
* Test code update
* Mongodb srv connection problem solved

1.1.1 #

* Readme update
* Test code update
* Fixed a bug that prevented a new connection from being created when no connection remained

1.1.2 #

* Readme update
* Mongo dart package version update

1.2.0 #

* Readme update
* Opened connection closes after one use
3
likes
0
pub points
50%
popularity

Publisher

verified publishermerterkoc.dev

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.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

mongo_dart

More

Packages that depend on mongo_pool