Download List

Project Description

EJDB is an embedded JSON database engine. It aims to be a fast MongoDB-like NoSQL library that can be embedded into C/C++/Nodejs/Python3/Lua applications. It features collection-level write locking, collection level transactions, string token matching queries, and a Node.js binding.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-24 09:49
1.0.55

Collection joins are now supported (ticket #43).
Tags: Stable

2013-01-14 04:50
1.0.50

This release comes with a number of critical bugfixes. An atomic "$upsert" operation has been implemented. This release exposes the EJDB C library transaction API in the Nodejs binding API. It optimizes trivial "count(*)" and "$dropall" operations for whole collection (tickets #27 and #26). It removes the CUnit library dependency for release builds.
Tags: Stable

2012-12-29 06:28
1.0.37

In this release a number of critical bugs have been fixed, and considerable performance enhancements made; as result, the number of memory allocs has been reduced by 20-30%. This release fixes a crash on update queries with single indexed field (ticket: #23). It fixes a crash on collection removal (ticket: #18). It fixes incorrect dropping of field indexes (ticket: #16). Nodejs database cursors now are more GC friendly. It adds mongodb-like "$elemMatch" support in queries (ticket: #13).
Tags: Stable

2012-12-21 06:38
1.0.30

In this release you can use multiple matching conditions for a single query field. It adds "$addToSet" (add value to the array only if its not in the array already) and "$pull"(removes all occurrences of value from array) atomic operations. There are an initial version of a command line console for EJDB databases. All database API methods are blocking without callbacks.
Tags: Stable, cli

2012-12-02 09:47
1.0.24

This release fixes various threading issues, fixes a crash when using the "$strand" and "$stror" operations, adds a "$dropall" query operation in order to in-place removal of matched records, and implements better boolean type support.
Tags: Stable

Project Resources