Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dalenewman/transformalize.provider.sqlite
a sqlite provider for transformalize
https://github.com/dalenewman/transformalize.provider.sqlite
etl sqlite transformalize
Last synced: 4 days ago
JSON representation
a sqlite provider for transformalize
- Host: GitHub
- URL: https://github.com/dalenewman/transformalize.provider.sqlite
- Owner: dalenewman
- License: apache-2.0
- Created: 2018-03-08T03:14:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T19:02:23.000Z (10 months ago)
- Last Synced: 2024-06-21T06:35:17.358Z (5 months ago)
- Topics: etl, sqlite, transformalize
- Language: C#
- Size: 3.47 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Overview
This is a `sqlite` provider to Transformalize using [System.Data.SQLite.Core](https://www.nuget.org/packages/System.Data.SQLite.Core). You may have to add this package to your final application in order to get the right platform SQLite interop dll.
### Write Usage
```xml
```
This writes 1000 rows of bogus data to a Sqlite database.
### Read Usage
```xml
```
This reads 10 rows of bogus data from a Sqlite 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