A thread-safe client view of a logical database in a MongoDB cluster. A DB instance can be achieved from a {@link MongoClient} instanceusing code like:
{@code MongoClient mongoClient = new MongoClient(); DB db = mongoClient.getDB("");}
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.