Skip to content

clojure-grimoire/simpledb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

a simple clojure db to use in prototypes

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 100.0%