Library

doltlite v0.11.51

Versionv0.11.51
Stars★ 201
Released2026-08-18

DoltLite - Version Controlled SQLite

Release notes

Native serialization, broader backup support, custom collations, and
reliability fixes.

### SQLite compatibility

- Added native sqlite3_serialize() and sqlite3_deserialize(). Images preserve
  schema, data, branches, history, refs, and working sets.

- sqlite3_backup_*() now supports attached and in-memory databases.
- Custom collations work for expressions and unindexed columns. Custom-
  collated indexes remain unsupported.

- All wal_checkpoint modes are accepted and mapped to chunk-store garbage
  collection.

### Reliability

- Restored TLS 1.3 HTTPS support in released amalgamations while keeping TLS
  stripped from remotes-disabled builds.

- Rebases can survive reopen on dirty branches without losing uncommitted
  changes.

- Fixed exclusive range scans around extended numeric keys and pending
  mutations.

Share this resource


Discovered 2026-08-18 Source GitHub Archive 2026-08 →