https://github.com/csv2db/csv2db.github.io
csv2db GitHub pages
https://github.com/csv2db/csv2db.github.io
Last synced: 6 months ago
JSON representation
csv2db GitHub pages
- Host: GitHub
- URL: https://github.com/csv2db/csv2db.github.io
- Owner: csv2db
- License: apache-2.0
- Created: 2019-02-09T14:34:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T19:52:02.000Z (over 5 years ago)
- Last Synced: 2025-05-07T16:15:10.488Z (8 months ago)
- Size: 10.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Welcome to csv2db
csv2db is a command line tool making it easy to load CSV files into a database.
Check out the [Getting Started](https://github.com/csv2db/csv2db/wiki/Getting-Started) page and [User's Guide](https://github.com/csv2db/csv2db/wiki/User's-Guide) for how to get going.
csv2db supports following databases:
* Oracle Database
* MySQL / MariaDB
* PostgreSQL
* SQL Server
* Db2
Installing csv2db is as simple as downloading the zip file, extracting it and putting csv2db into your `$PATH`

Then just install the database driver for your database of choice

and start loading CSV data into your database
