
Check out an assortment of database management instruments. Compare schema and data for SQLite bundles, check their integrity, analyze the structure and formatting of data, including columns, triggers, indexes, and views. Track any altered SQL content.
SQLite Diff is a graphical comparison tool for SQLite database files, comparing both the schema and the data. Schema results include comparisons of tables/columns, triggers, indexes and views. Changed SQL code including trigger SQL, index creation SQL, view creation SQL code and changed data records are displayed with yellow highlighting to make it easier to see the differences between the compared files.
v1.2 [May 15, 2011]
- Fixed an issue with larger SQLite database schemas which could cause a crash.
This is a tool to create, design and edit database files compatible with SQLite.