Apps Like JNSEDB – Java NoSql Embeddable Database & Comparison with Popular Alternatives For Today

JNSEDB - Java NoSql Embeddable Database JNSEDB is simple, persistable, fast and embeddable java nosql database dedicated to small… Created by ITAdvanced JNSEDB – Java NoSql Embeddable DatabaseIf you need simple, persistable, fast and embeddable java nosql database you can use jnsedb just like this:String dbDir = System.getProperty(“user.dir”) + “.mydb”;String database = “mydatabase”;JnsedbManager dbManager = new JnsedbEmbeddedServer(dbDir).startup().getManager(database);// store new entitydbManager.store(myJavaObject);// loads (lazy) all stored objects of class MyJavaObjectCollection allMyJavaObjects = dbManager.loadAll(MyJavaObject.class);// loads object of class MyJavaObject stored with id = 1dbManager.load(MyJavaObject.class, 1);// delete object of class MyJavaObject stored with id = 1dbManager.delete(MyJavaObject.class, 1); More Info »Features:* Simple to use* Fast* Persistable* Embeddable* Index is cached in memory* Loaded objects can be cached in memory* Serialization using jackson, jackson annotations are allowed (@JsonInclude.

Find Top 10
JNSEDB – Java NoSql Embeddable Database
Alternatives

# Image App Name Features Platforms Price Website Link
1 Apps Like JNSEDB - Java NoSql Embeddable Database & Comparison with Popular Alternatives For Today 1 CockroachDB Mac
BSD
Linux
Free Website
3 Apps Like JNSEDB - Java NoSql Embeddable Database & Comparison with Popular Alternatives For Today 2 HSQLDB Mac
Windows
Linux
Free Website
4 Apps Like JNSEDB - Java NoSql Embeddable Database & Comparison with Popular Alternatives For Today 3 RethinkDB Mac
Windows
BSD
Linux
Free Website
5 Apps Like JNSEDB - Java NoSql Embeddable Database & Comparison with Popular Alternatives For Today 4 MongoDB Web Mac
Windows
BSD
Linux
Free Website
6 Apps Like JNSEDB - Java NoSql Embeddable Database & Comparison with Popular Alternatives For Today 5 H2 Database Engine Mac
Windows
Linux
Free Website
7 Apps Like JNSEDB - Java NoSql Embeddable Database & Comparison with Popular Alternatives For Today 6 CouchBase Mac
Windows
Linux
Free Website
8 Apps Like JNSEDB - Java NoSql Embeddable Database & Comparison with Popular Alternatives For Today 7 CouchDB Mac
Windows
Android
BSD
Linux
Free Website
9 Apps Like JNSEDB - Java NoSql Embeddable Database & Comparison with Popular Alternatives For Today 8 Cosmos DB Web Commercial Website