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 2 months ago
JSON representation
Sagan is aimed to help solutions implementing polyglot persistence.
- Host: GitHub
- URL: https://github.com/ba-st/sagan
- Owner: ba-st
- License: mit
- Created: 2018-12-06T13:29:23.000Z (over 6 years ago)
- Default Branch: release-candidate
- Last Pushed: 2024-10-09T18:30:18.000Z (8 months ago)
- Last Synced: 2025-04-15T21:51:51.790Z (about 2 months ago)
- Topics: persistence, pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 500 KB
- Stars: 6
- Watchers: 7
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Sagan

Sagan is aimed to help solutions implementing polyglot persistence.
[](https://github.com/ba-st/Sagan/actions?query=workflow%3ASQLite3%20Integration%20Tests)
[](https://github.com/ba-st/Sagan/actions?query=workflow%3APostgreSQL%20Integration%20Tests)
[](https://codecov.io/gh/ba-st/Sagan/branch/release-candidate)
[](https://github.com/ba-st/Sagan/actions/workflows/loading-groups.yml)
[](https://github.com/ba-st/Sagan/actions/workflows/markdown-lint.yml)[](https://github.com/ba-st/Sagan/releases/latest)
[](https://pharo.org)
[](https://pharo.org)
[](https://pharo.org)[](https://gemtalksystems.com/products/gs64/)
[](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)*