Skip to content

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.

License

Notifications You must be signed in to change notification settings

rogerio-faria/MockData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MockData

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.

Features

  • 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.

Getting Started

  1. Installation: Download and install the library via NuGet.
  2. Configuration: Set up your database schema using the project's simple API.
  3. Generation: Execute automatic database and mock data generation with just a few commands.

Contribution

Contributions are welcome! If you would like to improve this project, feel free to open a PR (Pull Request) or report issues.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages