subzerocloud / subzero-cli

Tooling to aid development of subZero/PostgREST based backend APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate with other graphql tools

itaied246 opened this issue · comments

Is it possible to use this cli (specifically the migrations feature) without the postgrest stack?

I want to try postgraphile, what are the steps I need to take in order to clean the subzero boilerplate and use the migrations feature?

it should be possible to use the migration commands without postgrest since I think they only depend on the database but there is no specific support for other types of stacks