Softmotions is announcing that EJDB with version number 1.2.10 is already available to download.
What is EJDB ?
EJDB is A portable JSON-based database engine that can be embedded in any application and can work with almost any programming language out there .
EJDB was modeled after MongoDB and uses a key-value pair system (NoSQL) to store data in static JSON files.This means, as with any NoSQL-like database that it's fast, but can't work with too complicated data structures.
This is changelog for EJDB version 1.2.10 :
- Fixed:
- $addToSet works improperly for non existent nested keys
- Queries of int64_t (longs) on Windows is returning invalid results
- Cross compile EJDB for MIPS fails
You can read the complete changelog and also download this latest version on their homepage:
ejdb.org