https://github.com/dalenewman/transformalize.provider.postgresql
PostgreSql Provider for Transformalize
https://github.com/dalenewman/transformalize.provider.postgresql
etl postgresql transformalize
Last synced: about 1 year ago
JSON representation
PostgreSql Provider for Transformalize
- Host: GitHub
- URL: https://github.com/dalenewman/transformalize.provider.postgresql
- Owner: dalenewman
- License: apache-2.0
- Created: 2018-07-21T00:00:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T02:05:31.000Z (about 1 year ago)
- Last Synced: 2025-04-29T03:28:13.719Z (about 1 year ago)
- Topics: etl, postgresql, transformalize
- Language: C#
- Size: 3.52 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Overview
This is a `PostgreSql` provider to [Transformalize](https://github.com/dalenewman/Transformalize) using [Npgsql](https://www.nuget.org/packages/Npgsql).
### Write Usage
```xml
```
This writes 1000 rows of bogus data to a PostgreSql database.
### Read Usage
```xml
```
This reads 10 rows of bogus data from a PostgreSql 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 PostgreSql 9.6
- You have to make a `junk` database and set `user` and `password`