https://github.com/dec112/border/blob/11e4b02eee140a730cab4a44dbab10162e6c85d9/source/server/data/queries.js#L259 replace `{table: 'name'}` with `{table: {schema: 'schema', table: 'name'}}`, and that's it. or directly with [TableName](http://vitaly-t.github.io/pg-promise/helpers.TableName.html). nothing is impossible :smile:
border/source/server/data/queries.js
Line 259 in 11e4b02
replace
{table: 'name'}with{table: {schema: 'schema', table: 'name'}}, and that's it.or directly with TableName.
nothing is impossible 😄