Skip to content

v0.3.5

Choose a tag to compare

@timsehn timsehn released this 27 Mar 22:08
66cf48f

What's Changed

Features

  • ATTACH standard SQLite databases — doltlite now detects the file format on ATTACH and routes standard SQLite files to the original B-tree engine. Query attached SQLite tables, write to them, JOIN across doltlite and SQLite databases, all from a single connection. Versioning (dolt_commit, dolt_diff, etc.) applies only to the main doltlite database. (#181, #202)

Documentation

  • README overhaul — new "Using Existing SQLite Databases" section with ATTACH examples, cross-database JOINs, hybrid storage patterns. Added Windows build instructions, compound flag syntax (-am), updated architecture tables and test documentation. (#203)

Full Changelog

v0.3.4...v0.3.5