SQLite Releases
Track every SQLite release. Version timelines, feature evolution, WASM support, and usage guidance for the world's most deployed database.
—
Total Versions
—
Supported
—
Latest
Version Timeline
All tracked releases with lifecycle status and EOL dates.
Loading version data…
Lifecycle Timeline
Visual overview of active support and maintenance windows.
Upgrade Paths
Migration guidance between major versions — breaking changes, effort estimates, and tips.
Breaking Changes
- No breaking changes — all 3.x versions are backward compatible
- Database file format unchanged since 3.0.0 (2004)
- New features are additive and opt-in
Migration Notes
SQLite upgrades are trivially easy. Replace the binary/library. No schema migration needed. No data conversion. Old databases just work. This is one of SQLite's greatest strengths.
Version Risk Assessment
Evaluate risk factors before choosing a version for production.
| Version | EOL Risk | CVE Risk | Ecosystem | Cloud Support | Overall | Recommended Action |
|---|---|---|---|---|---|---|
| SQLite 3.35 and below | None | Low | Supported | Full | Low | Works forever — but update for math functions, STRICT tables, JSONB |
| SQLite 3.40+ | None | Low | Active | Full | Low | Current — recommended |
SQLite has no EOL risk. Scores reflect feature currency only. Assessed as of March 2026.
Feature Evolution
Side-by-side feature differences across major versions.
| Feature | 3.37 | 3.39 | 3.42 | 3.45 |
|---|---|---|---|---|
| STRICT tables | Stable | Stable | Stable | Stable |
| Math functions | Stable | Stable | Stable | Stable |
| JSON functions | Stable | Stable | Stable | Stable |
| JSONB (binary JSON) | No | No | No | Stable |
| FTS5 (full-text search) | Stable | Stable | Stable | Stable |
| RIGHT/FULL OUTER JOIN | No | Stable | Stable | Stable |
| WASM support | Preview | Stable | Stable | Stable |
| Column-level COLLATE | Stable | Stable | Enhanced | Enhanced |
| File format | 3.x | 3.x | 3.x | 3.x |
| Support pledge | 2050 | 2050 | 2050 | 2050 |
Embed Badges
Add live SQLite status badges to your README, docs, or dashboard.
Health Status
Overall support health

EOL Countdown
Next end-of-life date

Latest Version
Current stable release

CVE Status
Known vulnerabilities

Frequently Asked Questions
Common questions about SQLite releases and lifecycle.