-
A Clojure library for embracing SQL – HugSQL (by Layerware, Inc). From its documentation HugSQL is of the opinion that SQL is the right tool for the job when working with a relational database. HugSQL uses simple conventions in your SQL files to define (at compile time) database functions in your Clojure namespace, …
Read More -
Korma - tasty SQL for Clojure
Mar 27, 2017 · 1 min read · Computer Software Functional Programming Server Database SQL Clojure ClojureScript ·
Clojure is beautiful. It can make SQL beautiful too – Korma (by Chris Granger). From its documentation Korma is a domain specific language for Clojure that takes the pain out of working with your favorite RDBMS. Built for speed and designed for flexibility, Korma provides a simple and intuitive interface to your data …
Read More -
Neocons
Mar 6, 2017 · 1 min read · Computer Software Functional Programming Algorithm Data Structure Database Graph Database Clojure ClojureScript ·Neocons - an idiomatic, feature rich Clojure client for Neo4J REST API – Neocons (by Michael S. Klishin, Alex Petrov, and the ClojureWerkz team). From its documentation Neocons Overview Neocons is an idiomatic Clojure client for the Neo4J Server REST API. It is simple and easy to use, strives to support every Neo4J …
Read More