Berkley DB Playground

Package description 

(defpackage bdb-playground
  (:use :cl :cl-store :bdb)
  (:shadow #:db-put #:db-get
	   #:db-cursor-get #:db-cursor-put
	   #:db-del
	   #:db-associate))
(defpackage bdb-ext-playground
  (:use :cl :cl-store :bdb))