Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 authored Nov 6, 2022
1 parent 984fe01 commit 0d450dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ The sqly command has sqly-shell. You can interactively execute SQL. However, DDL
### Use "go install"
If you does not have the golang development environment installed on your system, please install golang from the [golang official website](https://go.dev/doc/install).
```
$ go install github.com/mattn/go-sqlite3@latest ※ go-sqlite required gcc
$ go install github.com/nao1215/sqly@latest
```
※ Main dependency is [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) and gcc.


# How to use
sqly command automatically imports the CSV file into the DB when you pass a CSV file as an argument. DB table name is the same as the CSV file name (e.g., if you import user.csv, sqly command create the user table)
Expand Down

0 comments on commit 0d450dd

Please sign in to comment.