I guess this was asked a thousand time by now but ...
# orm-help
h
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
you can connect to an existing DB that is "empty"
to connect to an existing DB with existing data + database schema, you'll be able to use passive connectors in the future