views:

33

answers:

2

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.

+1  A: 

Check out Navicat they even offer a Lite version.

Adnan
Thanks, I should have been more specific - I am looking for a free app. Navicat seems to offer code completion only in paid version.
Art
A: 

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.

Thomas Mueller