tobymurray / postgraphile-login

Auth enabled Express Server with PostGraphile and PostgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parameterize SQL to make naming easier

tobymurray opened this issue · comments

Presently auth... is everywhere directly in the SQL. It'd be nice to generate the appropriate SQL provided e.g. a database name, schema names and user names.

Could potentially make a tool out of this to set up the database instead of a seed project.