someone would help me?
# orm-help
j
someone would help me?
j
Ask your question, not as a response to this, but in the main chat
j
I am using an existing mongo database called application
When I run "prisma deploy" command, a new database is created, I wanna use a existing database, why is it creating a new database ( name based on deployed service)
j
You should really ask this question in the main chat, so that everyone can see it
try to use @alpha version there are new additions to introspection there 🙂
j
Ok, but introspection is used to generate data model and client, I need to make my service use the existing database instead create new database based on my service and stage name
You know?
h
Init with existing database?
Then you introspect and get datamodel and generate new client?
j
Yes, but when I deploy service it generates a new database