SQLite Examples
SQLite is the simplest of the bunch to operate, but the examples still cover the same big migration decisions.
Start here
Section titled “Start here”- minimal-safe for first real migrations
- recreate-fast for disposable target schemas
- chunked-resume for larger files and restart safety
- hooks for PostgreSQL-side follow-up SQL