Description
Given an existing database, create a verse model from it.
Problem Statement/Justification
When adding Verse for the first time, there is likely already a database. It can be super tedious to model by hand and ensure exact parity with the db.
Proposed Solution or API
verse reverse
Reads the schema from the database and creates a verse model.
Alternatives
Hand code the model.
Additional Information
No response
Description
Given an existing database, create a verse model from it.
Problem Statement/Justification
When adding Verse for the first time, there is likely already a database. It can be super tedious to model by hand and ensure exact parity with the db.
Proposed Solution or API
verse reverseReads the schema from the database and creates a verse model.
Alternatives
Hand code the model.
Additional Information
No response