I am looking for a free SQLite manager application for Linux with support of auto-completion, similar to RedGate's SQL Prompt.
If it supports more than one type of databases (postgres, mysql) that'd be fantastic.
I am looking for a free SQLite manager application for Linux with support of auto-completion, similar to RedGate's SQL Prompt.
If it supports more than one type of databases (postgres, mysql) that'd be fantastic.
The "H2 Console" application of the H2 database engine supports auto-completion. It works with all databases that support the JDBC API. There is at least one JDBC API available for SQLite.