##DB/SQL
- https://github.com/clojure/java.jdbc
- honeysql https://github.com/jkk/honeysql
-
- no dependency
-
- Korma https://github.com/korma/Korma
- wrapper to HikariCP https://github.com/tomekw/hikari-cp
###Simple DB designs
- 500 loc functional database : http://aosabook.org/en/500L/an-archaeology-inspired-database.html , https://github.com/lildata/500lines/tree/master/functionalDB/
- 1 loc time series database : http://www.dotkam.com/2015/12/02/time-series-database-in-one-line-of-clojure/
- another simple but old design : http://thinkrelevance.com/blog/2008/09/16/pcl-clojure-chapter-3 , https://github.com/stuarthalloway/practical-cl-clojure
##Graph
- loom https://github.com/aysylu/loom
- https://github.com/danlentz/clj-fgl
- https://github.com/pallix/lacij
##Excel
- Excel Templates https://github.com/tomfaulhaber/excel-templates
- https://github.com/cgrand/spreadmap
##CSV
##Serialization
- EDN raw EDN
- Nippy
##Matrix
- core.matrix https://github.com/mikera/core.matrix
- https://github.com/tel/clatrix
- https://github.com/uncomplicate/neanderthal
##FP
##Shell/Process
- https://github.com/Raynes/conch
- Apache Commons Exec wrapper for Clojure https://github.com/hozumi/clj-commons-exec
##Parser