Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 751 Bytes

File metadata and controls

24 lines (15 loc) · 751 Bytes

Welcome to csv2db

csv2db is a command line tool making it easy to load CSV files into a database.
Check out the Getting Started page and 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