Skip to content

pharo-nosql/pharo-ejdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • 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.