(To read up on how to use the site, check out the previous post Effortless Data Generation for Developers.)
DataDiluvium is a web-based tool I’ve built designed to help developers, database administrators, and data engineers generate realistic test data based on SQL schema definitions. The tool takes SQL table definitions as input and produces sample data in various formats, making it easier to populate development and testing environments with meaningful data.
Project Overview
The core functionality of DataDiluvium includes:
- SQL schema parsing and validation
- Customizable data generation rules per column
- Support for foreign key relationships
- Multiple export formats (JSON, CSV, XML, Plain Text, SQL Inserts)
- Real-time preview of generated data
- Dark mode support
- Responsive design
You must be logged in to post a comment.