Skip to content

Instantly share code, notes, and snippets.

@andreyshuster
Last active July 27, 2022 16:53
Show Gist options
  • Save andreyshuster/8d5a07abf46b8b12ecc66b21695ca47c to your computer and use it in GitHub Desktop.
Save andreyshuster/8d5a07abf46b8b12ecc66b21695ca47c to your computer and use it in GitHub Desktop.
import csv to sqlite db
> .mode csv
> .import file_name.csv table_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment