cosmos72 / hyperluminal-db

(ALPHA) Persistent, memory-mapped Common Lisp object store
GNU General Public License v3.0
13 stars 3 forks source link

Does not work with latest hyperluminal-mem #1

Closed html closed 9 years ago

html commented 9 years ago

To load hyperluminal-db with quicklisp version of hyperluminal-mem it needs to change package dependencies from hyperluminal-ffi to hyperluminal-mem-ffi in db/package.lisp and some fixes in db/store.lisp at least. Just try to load it and you'll see errors.

cosmos72 commented 9 years ago

Fixed. Hyperluminal-db doesn't do much yet...