Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A simple clojure implementation of data base

I'm learning Clojure and I'm looking for some existing project (github,etc.) that implements a simple data base principles (CRUD) to learn from.

There is no need of users access, and even saved files, just the basics of implementation of lists\maps as tables and parsing queries for it.

thanks.

EDIT:

This is the final work: QuickDB

like image 514
Guy P Avatar asked May 28 '26 15:05

Guy P


1 Answers

FleetDB is a simple database implemented in Clojure.

like image 95
ponzao Avatar answered May 30 '26 08:05

ponzao



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!