How to CSV to SQLite
- 1Upload a CSV file
- 2Choose a SQLite table name
- 3Download and run the generated SQL script
Developer · browser workspace
Generate a SQLite table schema and safe INSERT script from CSV data for local databases and prototypes.
Quick start
Everything runs in your browser, so you can test the workflow with sample data when available before using production files.
Output: A SQLite-compatible SQL script.
It creates a portable SQL schema and INSERT script that you can run with SQLite.
Values and identifiers are escaped for SQLite-compatible SQL output.