All releases tagged cli


Release Notes: 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.