Pharo bindings for EJDB NoSQL database (https://github.com/Softmotions/ejdb)
- You need to download the library sources and compile it for your platform, instructions could be found here: https://github.com/Softmotions/ejdb
- You can place it along with your image or with your VM plugins
Then, you can install it executing:
Metacello new 
	repository: 'github://pharo-nosql/pharo-ejdb';
	baseline: 'EJDB';
	load.