Importing SQLite to Cloudflare D1 Dump SQLite to Sql sqlite3 -escape off server/db/db.sqlite .dump > db.sql Escape off prevents unistr in newer versions of sqlite, which D1 does not support. Cleanup SQL Dump Remove BEGIN TRANSACTION; and COMMIT; from the file