Pharo bindings for https://github.com/Softmotions/ejdb
Pharo-EJDB ====== [Pharo](https://www.pharo.org) bindings for EJDB NoSQL database ([https://github.com/Softmotions/ejdb](https://github.com/Softmotions/ejdb)) [](https://github.com/pharo-nosql/pharo-ejdb/actions?query=workflow%3ABuild) [](https://codecov.io/gh/pharo-nosql/pharo-ejdb/branch/master) [](https://pharo.org/download) [](https://pharo.org/download) [](https://pharo.org/download) 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](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: ```Smalltalk Metacello new repository: 'github://pharo-nosql/pharo-ejdb'; baseline: 'EJDB'; load. ```