Soil
August 28, 2024 ยท View on GitHub
Soil is an object oriented database in pharo. It is transaction based having ACID transactions. It has binary search capabilities with SkipList and BTree+ indexes. It aims to be a simple yet powerful database making it easy to develop with, easy to debug with, easy to inspect, ...
- Getting started
- Controlling the lifecycle of a database instance
- Store and retrieve a model with transactions
- FAQ - frequently asked questions
- Changelog - releases and changes