Download List

Descripción del Proyecto

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

Esta versión añade operaciones de actualización en el lugar '$ set' y '$ inc', apoyo para la selección de subconjunto de campo en las consultas, apoyo para un índice hash de clave primaria para la operación de '$ en' si el campo '_id' se utiliza en la adecuación, apoyo de índice de mayúsculas y minúsculas de la cadena y un nuevo campo de minúsculas juego operando de consulta: '$ icase'.
Tags: Stable
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'.

2012-11-13 08:00
1.0.6

Esta versión corrige consulta coincidencia de _id campos.
Tags: bugfix
This release corrects query matching of _id fields.

Project Resources