You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)