juxt / joplin

Flexible datastore migration and seeding for Clojure projects
Eclipse Public License 1.0
316 stars 48 forks source link

include lein alias code in joplin.core (or repl)? #71

Closed martintrojer closed 8 years ago

martintrojer commented 9 years ago

Anybody who want to use joplin from the command lein (pun intended) needs to copy some boilerplate from the example project, not very nice.

martintrojer commented 9 years ago

2 issues.

sveri commented 8 years ago

I agree on that. This is a step back from 0.2.x where I could just define some .sql and a project config and run lein migrate env to apply the migration. Would be nice to have that behavior back again.