开发者

SQLite manager application with auto-completion

开发者 https://www.devze.com 2023-01-14 15:38 出处:网络
I am looking for a free SQLite manager application for Linux with support of au开发者_C百科to-completion, similar to RedGate\'s SQL Prompt.

I am looking for a free SQLite manager application for Linux with support of au开发者_C百科to-completion, similar to RedGate's SQL Prompt.

If it supports more than one type of databases (postgres, mysql) that'd be fantastic.


Check out Navicat they even offer a Lite version.


You can try henplus. It's a shell written in java and it can connect to many databases via jdbc, including sqlite. It's also part of the debian/ubuntu distribution.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消