up to date 
HomeProjectsTagsMembersGroupsHelp

SandstoneDb

OverviewWikiNewsReleasesVersionsLatest

Project Description

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 see SandstoneDb, Simple ActiveRecord Style Persistence in Squeak

If you find this project useful, please drop me an email and let me know.

Members

Creator:Ramon Leon
Admin:Ramon Leon
Developer:Nicolas Petton

Tags

persistency, seaside

License

Code commited to this repository will be automatically under MIT license.

Registration

MCHttpRepository
location: 'http://www.squeaksource.com/SandstoneDb'
user: ''
password: ''

Packages

  • SandstoneDb
  • SandstoneDbFileDirectoryStore
  • SandstoneDbFileSystemStore
  • SandstoneDbFuel
  • SandstoneDbSqueak
  • SandstoneDbTests
  • SandstoneGOODS
  • SandstoneGOODSTests
  • sandstonegoods

Links

http://www.squeaksource.com/SandstoneDb.html
http://www.squeaksource.com/SandstoneDb

Global:Read And Write

Statistics

Registered:31 March 2008 8:17:16 pm
Total Releases:8
Total Versions:132
Total Downloads:69361
XHTML | CSS | RSS16 April 2024