1 repository
Creation of consistent database environments to test application logic and server-side code.
Distinct from Database Schema Validations: Focuses on the proactive creation of a simulation environment rather than validating an existing schema.
Explore 1 awesome GitHub repository matching software engineering & architecture · Environment Simulation. 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 build consistent environments for testing application logic.