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.