pharo-ejdb

Description

Pharo bindings for https://github.com/Softmotions/ejdb

Details

Source
GitHub
Dialect
pharo (65% confidence)
Stars
3
Forks
1
Created
March 5, 2020
Updated
Sept. 16, 2023
Topics
database ejdb2 nosql pharo

Categories

Database System / OS Packaging / VCS

README excerpt

Pharo-EJDB 
======

[Pharo](https://www.pharo.org) bindings for EJDB NoSQL database ([https://github.com/Softmotions/ejdb](https://github.com/Softmotions/ejdb))

[![Unit Tests](https://github.com/pharo-nosql/pharo-ejdb/workflows/Build/badge.svg?branch=master)](https://github.com/pharo-nosql/pharo-ejdb/actions?query=workflow%3ABuild)
[![Coverage Status](https://codecov.io/github/pharo-nosql/pharo-ejdb/coverage.svg?branch=master)](https://codecov.io/gh/pharo-nosql/pharo-ejdb/branch/master)

[![Pharo 9](https://img.shields.io/badge/Pharo-9-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 10](https://img.shields.io/badge/Pharo-10-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 11](https://img.shields.io/badge/Pharo-11-%23aac9ff.svg)](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.
```
← Back to results