Home

Awesome

Pharo-EJDB

Pharo bindings for EJDB NoSQL database (https://github.com/Softmotions/ejdb)

Unit Tests Coverage Status

Pharo 9 Pharo 10 Pharo 11

Install

Building EJDB library

Installing pharo-ejdb in your image

Then, you can install it executing:

Metacello new 
	repository: 'github://pharo-nosql/pharo-ejdb';
	baseline: 'EJDB';
	load.