3

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

1 Answer 1

3

FleetDB is a simple database implemented in Clojure.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.