An open-source C# library for creating generic databases tailored for demonstrations and prototyping. Simplifies the generation of database schemas and mock data, making it easy to set up test environments quickly.
MockData is an open-source C# library designed to create generic databases for demonstrations and prototyping. This project simplifies the rapid creation of database schemas and mock data populations, allowing developers and IT teams to effortlessly set up test and demo environments.
- Automatic Schema Generation: Create custom database schemas based on simple configurations.
- Mock Data Population: Generate simulated data that can be used in tests and demonstrations.
- Flexibility: Supports multiple database types and custom schemas.
- Simple Interface: Easy-to-use API for quick integration into your projects.
- Installation: Download and install the library via NuGet.
- Configuration: Set up your database schema using the project's simple API.
- Generation: Execute automatic database and mock data generation with just a few commands.
Contributions are welcome! If you would like to improve this project, feel free to open a PR (Pull Request) or report issues.
This project is licensed under the MIT License - see the LICENSE file for details.