https://github.com/dalenewman/transformalize.provider.mysql
a mysql provider for transformalize
https://github.com/dalenewman/transformalize.provider.mysql
etl mysql transformalize
Last synced: 9 months ago
JSON representation
a mysql provider for transformalize
- Host: GitHub
- URL: https://github.com/dalenewman/transformalize.provider.mysql
- Owner: dalenewman
- License: mit
- Created: 2018-03-02T22:03:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T03:16:09.000Z (over 2 years ago)
- Last Synced: 2024-12-05T03:07:04.814Z (over 1 year ago)
- Topics: etl, mysql, transformalize
- Language: C#
- Size: 3.51 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Overview
This is a `MySql` provider for Transformalize using MySqlConnector for .NET(https://mysqlconnector.net).
### Write Usage
```xml
```
This writes 1000 rows of bogus data to a MySql / MariaDb database.
### Read Usage
```xml
```
This reads 10 rows of bogus data from a MySql database:
Identity,FirstName,LastName,Stars,Reviewers
1,Justin,Konopelski,3,153
2,Eula,Schinner,2,41
3,Tanya,Shanahan,4,412
4,Emilio,Hand,4,469
5,Rachel,Abshire,3,341
6,Doyle,Beatty,4,458
7,Delbert,Durgan,2,174
8,Harold,Blanda,4,125
9,Willie,Heaney,5,342
10,Sophie,Hand,2,176
### Notes
- Tested with MySql 8
- You have to make a database called "junk" and provide `user` and `password`