bowbahdoe / caveman

Clojure Web Framework
https://caveman.mccue.dev
12 stars 8 forks source link

`test-table-name` could use a better name #9

Closed bowbahdoe closed 3 weeks ago

bowbahdoe commented 3 weeks ago

From @geraldodev

On the with-test-db function the variable test-table-name could be test-dbname or something that fits: CREATE DATABASE dbname TEMPLATE template0;

bowbahdoe commented 3 weeks ago

Changed to test-database-name