0.2.1 • Published 6 months ago

generative-db v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

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.