Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 632 Bytes

File metadata and controls

26 lines (17 loc) · 632 Bytes

Simpledb

A simple in-memory datastore for prototypes and other applications where you just don't need a real database [yet]. Prototypes, testing and small local applications come to mind.

Usage

Don't. It's a database in ~100LoC. It works, but you should probably get something else unless you're a lazy bastard like me.

If you must:

lein test

License

Copyright (C) 2011 Chris "ibdknox" Granger

Major changes to reach a somewhat higher level of architecture and usability quality contributed to the project by Reid "arrdem" McKenzie.

Distributed under the Eclipse Public License, the same as Clojure.