I'm just starting to play with this and so far I like what I see, but is there a way to connect to an existing db? I'm not 100% through all the docs yet, so I may have missed it.
marc PRO
hey, do you mean in dev mode or in production? In production you can have to connect to your own database by setting the DATABASE_URL env var to your postgresql connection string. In dev mode this is not quite possible. You can try to export your current database schema and put it into the Schema.sql
hey, do you mean in dev mode or in production? In production you can have to connect to your own database by setting the
DATABASE_URL
env var to your postgresql connection string. In dev mode this is not quite possible. You can try to export your current database schema and put it into theSchema.sql