seancorfield / next-jdbc

A modern low-level Clojure wrapper for JDBC-based access to databases.
https://cljdoc.org/d/com.github.seancorfield/next.jdbc/
Eclipse Public License 1.0
755 stars 90 forks source link

Test fixture to create MySQL test DB should be automated #211

Closed seancorfield closed 2 years ago

seancorfield commented 2 years ago

Currently, you need to manually run ./run-tests.sh create after docker-compose up (the first time) but this should be automated in the basic database setup (create database if not exists).