1 Repo
Generation of database structures designed to simulate specific real-world or corporate environments.
Distinct from Database Table Generation: Focuses on simulating an entire environment (tables, views, procedures) rather than just generating individual tables from a model.
Explore 1 awesome GitHub repository matching data & databases · Environment Simulation Schemas. Refine with filters or upvote what's useful.
test_db is a collection of tools for validating database integrity, benchmarking system throughput, and generating synthetic schemas and datasets. It includes a sample corporate employee database for MySQL, a SQL dataset generator for creating representative records, and an integrity validator that uses checksums and record counts to verify data consistency across different database engines. The project provides a database performance benchmark consisting of complex queries and stored procedures designed to measure system response times and throughput. These tools simulate real-world workload
Creates tables, views, and stored procedures to simulate corporate database environments for testing.