Download List

專案描述

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.

2012-11-20 23:03
1.0.11

This release added in-place update operations '$set' and '$inc', support for field subset selection in queries, support for a primary key hash index for the '$in' operation if the '_id' field is used in matching, case insensitive string index support, and a new case insensitive field matching query operand: '$icase'.
標籤: Stable

2012-11-13 08:00
1.0.6

This release corrects query matching of _id fields.
標籤: bugfix

Project Resources