Awesome
Pharo-EJDB
Pharo bindings for EJDB NoSQL database (https://github.com/Softmotions/ejdb)
Install
Building EJDB library
- 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
Installing pharo-ejdb in your image
Then, you can install it executing:
Metacello new
repository: 'github://pharo-nosql/pharo-ejdb';
baseline: 'EJDB';
load.