I guess this was asked a thousand time by now but anyway. If I have already a mysql db does prisma add another mysql db or does it work on an existing one?
n
nilan
05/01/2018, 6:06 PM
you can connect to an existing DB that is "empty"
nilan
05/01/2018, 6:06 PM
to connect to an existing DB with existing data + database schema, you'll be able to use passive connectors in the future