/yesql-with-tests

Example using Yesql with unit testing

Primary LanguageClojureMIT LicenseMIT

yesql-examples

An example of using the Yesql library with unit tests.

Usage

To run the tests either run in the terminal:

lein test

or in the REPL:

(use 'yesql-examples.core-test)
(run-tests)