Happy !
TorstenBergmann / SimplePersistence
About SimplePersistence
About the project
Idea
Not all applications need a relational-database back-end, and using this project has the advantage of a lighter-weight approach for persistence.
Recommended readings
- Simple Image Based Persistence in Squeak
- Smalltalk Simple Image-based Persistence
- SimplePersistence 2.0 - now with fuel!
Installation
Load the config
Gofer new
smalltalkhubUser: 'TorstenBergmann' project: 'SimplePersistence';
package: 'ConfigurationOfSimplePersistence';
load
Load the stable version
ConfigurationOfSimplePersistence project stableVersion load
Load the development version with tests
ConfigurationOfSimplePersistence project development load: 'Tests'
Load the development version with tests
ConfigurationOfSimplePersistence project development load: 'CI'
CI Builds
The project is under CI control: see https://ci.inria.fr/pharo-contribution/job/SimplePersistence
Issue Tracker
The issue tracker for this project is on Github: see https://github.com/seandenigris/SimplePersistence/issues
