Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.21 KB

README.md

File metadata and controls

12 lines (9 loc) · 1.21 KB

beginners-sql

SQL Exercises from A Beginner's Guide to SQL using a variety of Clojure SQL libraries.

The database used is SQLite (version [org.xerial/sqlite-jdbc "3.25.2"]), which simplifies install and configuration.

These examples serve as a quick reference for some popular options for SQL in Clojure.