pdebruic / MoniBase-1

OmniBase is Smalltalk efficient objects repository, BTree and filesystem based with full ACID features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MoniBase

CI matrix

This is a fork of OmniBase. The rationale for it is that for the purpose of ApptiveGrid we plan to change the way it's working. To preserve OmniBase as it is known to people we forked off to see where we go. For the time begin it stays as a fork before it might disconnect from the original. The changes at the time are only a little twist on the code as it is on the name. The name came up through switching the first two letters while typing and so it is the perfect.

MoniBase is a Smalltalk efficient object repository. Based on BTrees and the filesystem, it has full ACID features.

For a log of changes have a look at Changes

For further documentation have a look at the documentation folder

Loading

Use this snippet to load it into your Pharo* image:

Metacello new 
	repository: 'github://ApptiveGrid/MoniBase/src';
	baseline: 'MoniBase';
	load.

MIT - License

About

OmniBase is Smalltalk efficient objects repository, BTree and filesystem based with full ACID features

License:MIT License


Languages

Language:Smalltalk 100.0%