tursodatabase / libsql-shell-go

7 stars 7 forks source link

Add a way to import CSV data into a table #152

Open avinassh opened 11 months ago

avinassh commented 11 months ago

We should have something similar to SQLite .import command:

$ sqlite data.db

> .mode csv
> .import /path-to/file/users.csv users

This can be used to import data into a new or existing table