Skip to content

Commit

Permalink
Tweak wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mchampine committed Mar 10, 2021
1 parent cfd3d7f commit 382fde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SQL Exercises from [A Beginner's Guide to SQL](https://www.sohamkamani.com/blog/

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

The goal of these examples is to serve as a quick reference for using some popular options for SQL in Clojure.
These examples serve as a quick reference for some popular options for SQL in Clojure.

* [nextjdbc](https://github.com/mchampine/beginners-sql/tree/master/nextjdbc) uses [next-jdbc](https://github.com/seancorfield/next-jdbc) version [seancorfield/next.jdbc "1.1.588"]
* [jjdbc](https://github.com/mchampine/beginners-sql/tree/master/jjdbc) uses [clojure.java.jdbc](https://github.com/clojure/java.jdbc) version [org.clojure/java.jdbc "0.7.11"]
Expand Down

0 comments on commit 382fde3

Please sign in to comment.