All Projects → arieltan → rucksack

arieltan / rucksack

Licence: other
a flexible, light weight, open source persistence library

Programming Languages

common lisp
692 projects

Rucksack: a flexible, light weight, open source persistence library

This is based on Arthur Lemmens's Rucksack with some enhancements.

Getting started

To compile and load Rucksack and make sure that the basics are working:

  1. Make sure you have ASDF (Another System Definition Facility) loaded.

  2. Load rucksack.asd.

  3. Load tests/rucksack-test.asd.

  4. (asdf:oos 'asdf:load-op :rucksack-test)

  5. (in-package :rucksack-test)

  6. (run-tests)

Tutorial

The tutorial by Brad Beveridge (in doc/rucksack-tutorial.lisp) is a good next step.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].