Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
untoldone committed Jan 2, 2016
1 parent 476ce07 commit a1f849a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ csvschema reads 100% of a csv file and generates a postgres schema based on
the contents of the columns. The script expects a single header line as well
as usage of a `,` as the CSV delimiter.

csvschema is fast. Scanning 100% of a 4.7 million row CSV file of 5.3GB takes 6
minutes on a 3ghz mid-2014 Macbook Pro.

## Usage

```
Expand Down

0 comments on commit a1f849a

Please sign in to comment.