Simple clojure database implementation
I am learning Clojure and I am looking for some existing project (github, etc.) that implements simple database principles (CRUD) to learn.
No need for user access or even saved files, just the basics of implementing \ maps lists as tables and for processing them.
thank.
EDIT:
This is the final work: QuickDB
+3
Guy
source
to share
1 answer
FleetDB is a simple database implemented in Clojure.
+3
ponzao
source
to share