ClojureTO / yesql-with-tests

Example using Yesql with unit testing

Repository from Github https://github.comClojureTO/yesql-with-testsRepository from Github https://github.comClojureTO/yesql-with-tests

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)

About

Example using Yesql with unit testing

License:MIT License


Languages

Language:Clojure 100.0%