Show HN: Generate an entire mock database in seconds using AI

1 cameronnimmo 1 5/2/2025, 7:38:19 AM github.com ↗

Comments (1)

cameronnimmo · 12h ago
I built this simple CLI tool to generate a sample database based on a company description, including a data model and synthetic data.

The tool offers the option to write the generated database to a postgres/mysql connection, or alternatively store it as json.

I built this tool for local testing of a data analytics product I'm working on, but it could also be used for mocking in e2e tests for example. Would love to get some feedback!