generative-db
v0.2.1
Published
Instantly generate and populate a real database for a fictional company
Downloads
115
Maintainers
Readme
Generative DB
The quickest and easiest way to generate a database, optionally with sample data, based off a short description of the company using the database.
Usage
Simply run npx generative-db generate
and follow the wizard.
Applying saved changes
At the end of the generate
wizard you will be asked whether you'd like to save the schema and data to a JSON file. If you choose to do so, you may then run npx generative-db apply <file-path>
at a later date to apply these changes to the database.