Description
SQLite databases can be browsed, edited, queried, and managed through a graphical database manager. This is useful for developers, analysts, and power users who need to inspect local database files without writing every query by hand.
The application can change database structure and data, so users should keep backups before editing important files. It works on SQLite files rather than running a separate database server.