MongoPool is the tool that manages your connections to different clusters, maps databases to clients and allows you to work only with database names without worrying about creating and managing connections. You will never have to create a MongoClient everywhere you want to access a database again which enables you to write beautiful and maintainable code.
https://github.com/uberVU/mongo-poolTags | mongodb-driver mongodb database-driver connection-pool |
Implementation | Python |
License | Apache |
Platform | Windows Linux |
Qmgo is a Go driver for MongoDB . It is based on MongoDB official driver, but easier to use like mgo (such as the chain call). Qmgo allows users to use the new features of MongoDB in a more elegant way.
database mongodb driver mgo mongodb-database mongodb-driver mongo-go-driverThe PyMongo distribution contains tools for interacting with MongoDB database from Python. The bson package is an implementation of the BSON format for Python. The pymongo package is a native Python driver for MongoDB. The gridfs package is a gridfs implementation on top of pymongo.For issues with, questions about, or feedback for PyMongo, please look into our support channels. Please do not email any of the PyMongo developers directly with issues or questions - you're more likely to get an answer on the mongodb-user list on Google Groups.
mongodb-client mongodb-driver mongodb-libraryCasbah is an interface for MongoDB designed to provide more flexible access from both Java and Scala. The core focus is on providing a Scala oriented wrapper interface around the Java mongo driver. For the Scala side, contains series of wrappers and DSL-like functionality for utilizing MongoDB from within Scala. This currently utilises the very Java-oriented Mongo Java driver, and attempts to provide more scala-like functionality on top of it. This has been tested with MongoDB 1.2.x+ and 2.x of the Mongo java driver.
mongodb-client mongodb-driver mongodb-libraryThe driver is written to be a bare bone layer to talk to MongoDB, and therefore misses many convenience features. Instead, these convenience methods have been split out into a layer written in PHP, the MongoDB Library. Using this library should be your preferred way of interacting with MongoDB.Please note that the new HHVM and PHP drivers implement a different API from the legacy driver at http://pecl.php.net/package/mongo; therefore existing libraries that use the legacy driver (e.g. Doctrine MongoDB's ODM) will not work with the new drivers.
mongodb-client mongodb-driver mongodb-libraryProxool is a Java connection pool. It transparently adds connection pooling to your existing JDBC driver. The performance of database connections could be monitored. It's easy to configure using the JDBC API, XML, or Java property files. It complies with the J2SE standards.
connection-pool database-connection-pool librarymongo-c-driver is a client library written in C for MongoDB.mongo-c-driver depends on Libbson. Libbson will automatically be built if you do not have it installed on your system.
mongodb-client mongodb-driver mongodb-libraryThis repository contains the officially supported MongoDB Rust driver, a client side library that can be used to interact with MongoDB deployments in Rust applications. It uses the bson crate for BSON support. The driver contains a fully async API that supports either tokio (default) or async-std, depending on the feature flags set. The driver also has a sync API that may be enabled via feature flag. The driver is available on crates.io. To use the driver in your application, simply add it to your project's Cargo.toml.
mongodb cargo mongodb-driverThis is a driver to connect to MongoDB using .Net. It is written entirely in C# and has been tested and developed under both Windows and Mono 2.0 (Ubuntu 32-bit 9.04). Currently many features have been implemented with a few remaining. The api is very likely to change and be in flux for a while but is quickly settling down.
dataaccess db-driver mangodb-driverJongo helps to query in Java as in Mongo shell. Mongo query language isn't available in Java, Jongo fixes that. Copy/paste your queries to string. It provides support to save and find objects into and from collections. You can use embedded Jackson marshalling or create your own.
mongodb-driver mongodb-library mongodb-client library database-driverThis is an alternative C driver for MongoDB, with slightly different goals than the official one. libmongo-client is meant to be a stable (API, ABI and quality alike), clean, well documented and well tested shared library, that strives to make the most common use cases as convenient as possible. It has support for connection pooling, ReplicaSet support, with support for automatic reconnecting and discovery and lot more.
mongodb-driver mongodb database-driverThe default checkout branch of this repository is releases/stable. This will always contain the latest stable release of the driver. The master branch is used for active development. master should only be used when making contributions back to the driver, as it is not stable for use in production.See Driver Status by family and version for more details about the various versions of the driver.
mongodb-client mongodb-driver mongodb-libraryThe official MongoDB driver for Node.js
mongodb driver official mongodb-client mongodb-driver mongodb-libraryNoRM is a .Net library for connecting to the document-oriented database, MongoDB.
dataaccess db-driver mangodb-driverThis branch contains active development on a new driver written for Rust 1.x and MongoDB 3.0.x. The API and implementation are currently subject to change at any time. You should not use this driver in production as it is still under development and is in no way supported by MongoDB Inc. We absolutely encourage you to experiment with it and provide us feedback on the API, design, and implementation. Bug reports and suggestions for improvements are welcomed, as are pull requests.
mongodb-driverA modern, feature-rich and highly tunable Node.js client library for Apache Cassandra (1.2+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3.
driver cassandra datastax-driver client nodejs nosql database cql cql3 connection pool datastax cassandra-client cassandra-driver cassandra-libraryA Java SQL Driver that provides a connection pool wrapper around another Driver of your choice. Very simple to migrate existing code. Fully configurable. Fast, mature and robust. Transparently adds connection pooling to your existing JDBC driver.
The officially supported Ruby driver for MongoDB.Documentation is located here.
mongodb-client mongodb-driver mongodb-libraryRelease notes are available here.Javadoc for all major and minor releases is available here.
mongodb-client mongodb-driver mongodb-libraryMongoDB Driver for Go. The recommended way to get started using the MongoDB Go driver is by using dep to install the dependency in your project.
BoneCP is a fast, Java database connection pool (JDBC Pool) library.
connection-pool database-connection-pool library statement-pooling
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.