SandstoneDb is a lightweight Prevayler style embedded object database with an ActiveRecord API that doesn't require a command pattern and works for small apps that a single Squeak image can handle. The idea is to make a Squeak image durable and crash proof and suitable for use in small office applications.Data is kept in ram for speed and on disk for safety. All data is reloaded from disk on image startup.Since we're dealing with live objects in memory, concurrency is handled via optional record level critical sections rather than optimistic locking and commit failures. It's up to the developer to use critical sections at the appropriate points by using the critical method on the record.Saves are atomic for an ActiveRecord and all its non ActiveRecord children, for example, an order and its items. There is no atomic save across multiple ActiveRecords. A record is a cluster of objects that are stored in a single file together.After installing SandstoneDb make sure to restart your image before attempting to use it or running the tests.For more information seeSandstoneDb, Simple ActiveRecord Style Persistence in SqueakIf you find this project useful, please drop me an email and let me know.MembersCreator:Ramon LeonAdmin:Ramon LeonDeveloper:Nicolas PettonTagspersistency,seasideLicenseCode commited to this repository will be automatically underMITlicense.RegistrationMCHttpRepositorylocation: 'http://www.squeaksource.com/SandstoneDb'user: ''password: ''PackagesSandstoneDbSandstoneDbFileDirectoryStoreSandstoneDbFileSystemStoreSandstoneDbFuelSandstoneDbSqueakSandstoneDbTestsSandstoneGOODSSandstoneGOODSTestssandstonegoodsLinkshttp://www.squeaksource.com/SandstoneDb.htmlhttp://www.squeaksource.com/SandstoneDbGlobal:Read And WriteStatisticsRegistered:31 March 2008 8:17:16 pmTotal Releases:8Total Versions:132Total Downloads:77466