Ejdb Embeded Javascript Document Database Api

Submitted by: Submitted by

Views: 72

Words: 1534

Pages: 7

Category: Other Topics

Date Submitted: 12/28/2014 11:43 AM

Report This Essay

Softmotions/ejdb-node · GitHub

Skip to content Sign up Sign in This repository • Explore • Features • Enterprise • Blog • Star • Fork 18 5

Softmotions/ejdb-node

• • • • • Code Issues Pull Requests Pulse Graphs

HTTPS clone URL Subversion checkout URL

You can clone with HTTPS or Subversion. Download ZIP EJDB NodeJS binding http://ejdb.org • 139 commits • 1 branch • 0 releases • 4 contributors 1. 2. 3. 4. C++ 48.1% JavaScript 44.1% C 6.4% Python 1.4%

C++JavaScriptCPython branch: master Switch branches/tags • Branches • Tags master Nothing to show Nothing to show ejdb-node / cli.js fix latest commit f91ff07fbb

adamansky authored Oct 28, 2013 bin cli.js fix ejdb @ 1b325b5 samples tests win32 .gitignore .gitmodules .npmignore LICENSE Makefile README.md synchronized to ejdb v1.1.25 docs updated #59 #72 #1 build fixes node moved into ejdb-node fix of npmignore node moved into ejdb-node build fixes node moved into ejdb-node

/ ejdb-node

Oct 28, 2013 Oct 27, 2013 Nov 12, 2012 Jul 18, 2013 Oct 30, 2012 Sep 14, 2013 Sep 14, 2013 Oct 28, 2013 Sep 14, 2013 Sep 14, 2013 Sep 14, 2013

1

span class="mega-octicon octicon-repo" Softmotions

Softmotions/ejdb-node · GitHub

binding.gyp clinspect.js configure.gypi ejdb.js ejdb_args.h ejdb_cmd.h ejdb_logging.cc ejdb_logging.h ejdb_native.cc ejdb_thread.h package.json platform.js tests.mk

build fixes #6 almost done node moved into ejdb-node node moved into ejdb-node #47 #47 fixed building of node module for windows 7 x64 #47 #59 #72 #47 synchronized to ejdb v1.1.25 node moved into ejdb-node node moved into ejdb-node

Sep 14, 2013 Dec 20, 2012 Sep 14, 2013 Sep 14, 2013 Feb 14, 2013 Feb 14, 2013 May 3, 2013 Feb 14, 2013 Jul 18, 2013 Feb 14, 2013 Oct 27, 2013 Sep 14, 2013 Sep 14, 2013

README.md

EJDB NodeJS

Installation

System libraries: • g++ • zlib On Debian/Ubuntu linux you can install it as follows:

sudo apt-get install g++ zlib1g zlib1g-dev

Installation from node package manager on...