Anthony Dodd
Anthony Dodd
Hey there @connorskees, just wanted to say that the work here is definitely outstanding! Excellent work. The error reporting is quite good as well. Thanks for all the work on...
On this particular front, I think there is a lot to be gathered from the ParcelJS & Webpack projects — as well as other bundling tools. First, a few reflections:...
This would be quite nice!
+1 The example that is given in the README is very opaque and difficult to understand in context of an actual flux application.
@dhui for postgres, is it possible to use a different `schema_migrations` table per schema? Looks like by default the table is created in the `public` schema. Is there a mechanism...
@dhui ok, I'll test that out. Will report back shortly.
Actually, @dhui do you mind elaborating a bit? I'm familiar with setting the search path from psql, but I don't see an option for setting such a value on the...
Ah, looks like I can just use `?options=-csearch_path=my_schema`.
So, just to report back, neither the `search_path=abc` nor the `options=-csearch_path=abc` worked. However, the next best thing is `x-migrations-table`, which did work. I wasn't able to put the migrations table...
Outstanding!