How would I go about using this with an already existing Database? #146
Answered
by
trevorpfiz
nikolaischunk
asked this question in
Q&A
-
I have a database on Planetscale already that has valuable data. |
Beta Was this translation helpful? Give feedback.
Answered by
trevorpfiz
Mar 3, 2024
Replies: 1 comment 3 replies
-
@nikolaischunk you would just set up the project with the Planetscale options and use the env variables from your existing database |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ahh I see. I think you have to replicate the schema with the cli options currently if you want the Models, Controllers, and Views. I had to add one field and went through the whole process again. Partly the limits of code generation without AI I would imagine.