Minimum path to a production-ready SQLite Rails app today: `bundle add enhanced-sqlite3-adapter` (performance: immediate transactions, GVL-releasing busy handler, fair retry), `bundle add litestream`, and run the Litestream installer (resilience: point-in-time backups to S3). Makes SQLite-on-Rails work without requiring developers to understand every underlying patch.