Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Bardin08/db-seeder
DB Seeder: Quickly populate databases with meaningful test data from SQL scripts. Speed, convenience, scalability. 💡
https://github.com/Bardin08/db-seeder
database dataseeding development made-by-ukrainians softwareengineering sql testing utilities
Last synced: 10 days ago
JSON representation
DB Seeder: Quickly populate databases with meaningful test data from SQL scripts. Speed, convenience, scalability. 💡
- Host: GitHub
- URL: https://github.com/Bardin08/db-seeder
- Owner: Bardin08
- Created: 2024-04-10T09:04:28.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-15T15:06:05.000Z (about 1 month ago)
- Last Synced: 2024-11-08T14:05:11.339Z (10 days ago)
- Topics: database, dataseeding, development, made-by-ukrainians, softwareengineering, sql, testing, utilities
- Language: C#
- Homepage:
- Size: 50.6 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# DB Seeder
DB Seeder is a utility designed to streamline the process of populating databases with meaningful test data. This tool simplifies the task of generating and inserting test data into SQL databases.
## Key Features
- **Speed**: Easily obtain a populated database with meaningful data and all necessary relationships.
- **Convenience**: No need to manually write data generation scripts.
- **Scalability**: Generate any amount of records, from tens to millions.## How it Works
DB Seeder takes an SQL script as input, responsible for creating tables, and fills the database with test data according to that schema. This allows developers and testers to quickly set up databases for testing purposes without the hassle of writing complex data generation scripts.
## Installation
TBA
## Usage
TBA
## Example
Suppose you have an SQL script `schema.sql` defining tables `users`, `products`, and their relationships. Running DB Seeder with this script will populate your database with sample data for these tables.
## Contributions
Contributions are welcome! Feel free to submit pull requests or open issues if you encounter any problems or have suggestions for improvements.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
*Made with ❤️ by Vladyslav Bardin*