An open API service indexing awesome lists of open source software.

https://github.com/mrbrunelli/go-csv-reader

Read csv files and save to a sqlite database
https://github.com/mrbrunelli/go-csv-reader

go go-csv golang sqlite3

Last synced: 11 months ago
JSON representation

Read csv files and save to a sqlite database

Awesome Lists containing this project

README

          

# Go Read Csv

> Read csv files and save to a sqlite database

![](./.github/screenshot.png)

### Run
```go
go run main.go
```

### This project is using SQLite v3.34.0
```go
go get github.com/mattn/go-sqlite3
```