Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ba-st/sagan

Sagan is aimed to help solutions implementing polyglot persistence.
https://github.com/ba-st/sagan

persistence pharo smalltalk

Last synced: about 1 month ago
JSON representation

Sagan is aimed to help solutions implementing polyglot persistence.

Awesome Lists containing this project

README

        

# Sagan

![Logo](assets/logo.svg)

Sagan is aimed to help solutions implementing polyglot persistence.

[![SQLite3 Status](https://github.com/ba-st/Sagan/workflows/SQLite3%20Integration%20Tests/badge.svg?branch=release-candidate)](https://github.com/ba-st/Sagan/actions?query=workflow%3ASQLite3%20Integration%20Tests)
[![PostgreSQL Status](https://github.com/ba-st/Sagan/workflows/PostgreSQL%20Integration%20Tests/badge.svg?branch=release-candidate)](https://github.com/ba-st/Sagan/actions?query=workflow%3APostgreSQL%20Integration%20Tests)
[![Coverage Status](https://codecov.io/github/ba-st/Sagan/coverage.svg?branch=release-candidate)](https://codecov.io/gh/ba-st/Sagan/branch/release-candidate)
[![Baseline groups](https://github.com/ba-st/Sagan/actions/workflows/loading-groups.yml/badge.svg)](https://github.com/ba-st/Sagan/actions/workflows/loading-groups.yml)
[![Markdown Lint](https://github.com/ba-st/Sagan/actions/workflows/markdown-lint.yml/badge.svg)](https://github.com/ba-st/Sagan/actions/workflows/markdown-lint.yml)

[![GitHub release](https://img.shields.io/github/release/ba-st/Sagan.svg)](https://github.com/ba-st/Sagan/releases/latest)
[![Pharo 9.0](https://img.shields.io/badge/Pharo-9.0-informational)](https://pharo.org)
[![Pharo 10](https://img.shields.io/badge/Pharo-10-informational)](https://pharo.org)
[![Pharo 11](https://img.shields.io/badge/Pharo-11-informational)](https://pharo.org)

[![GS64 3.7.0](https://img.shields.io/badge/GS64-3.7.0-informational)](https://gemtalksystems.com/products/gs64/)
[![GS64 3.7.1](https://img.shields.io/badge/GS64-3.7.1-informational)](https://gemtalksystems.com/products/gs64/)

> *Named in honor to [Carl Sagan](https://en.wikipedia.org/wiki/Carl_Sagan), for
> teaching us to stay humble against the vastness of the universe.*

Quick links

- [**Explore the docs**](docs/)
- [Report a defect](https://github.com/ba-st/Sagan/issues/new?labels=Type%3A+Defect)
- [Request a feature](https://github.com/ba-st/Sagan/issues/new?labels=Type%3A+Feature)

## License

- The code is licensed under [MIT](LICENSE).
- The documentation is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/).

## Platform Compatibility

Sagan is tested against the following backends:

| Pharo | | 9.0 - 64 bits | 10 - 64 bits | 11 - 64 bits |
| ----------- | --- | -------------- | ------------- |------------- |
| **PostgreSQL** | 9.4 | ✔️ | ✔️ |✔️ |
| | 9.5 | ✔️ | ✔️ |✔️ |
| | 9.6 | ✔️ | ✔️ |✔️ |
| | 10 | ✔️ | ✔️ |✔️ |
| | 11 | ✔️ | ✔️ |✔️ |
| | 12 | ✔️ | ✔️ |✔️ |
| | 13 | ✔️ | ✔️ |✔️ |
| | 14 | ✔️ | ✔️ |✔️ |
| | 15 | ✔️ | ✔️ |✔️ |
| **SQLite** | 3 | ✔️ | ✔️ |✔️ |

## Installation

To load the project in a Pharo image follow these [instructions](docs/how-to/how-to-load-in-pharo.md).

## Contributing

Check the [Contribution Guidelines](CONTRIBUTING.md)

---

> *Icons by [Icons8](https://icons8.com)*