dinedal / textql

Execute SQL against structured text like CSV or TSV
MIT License
9.05k stars 300 forks source link

No need to note dependency of sqlite3 #11

Closed mattn closed 10 years ago

mattn commented 10 years ago

go-sqlite3 contains amalgramation code of sqlite3. So it build as static linked library. :)