0

I am looking for database administration app that is written in open-source, in pure Java, using JDBC to connect to H2 Database Engine and Postgres.

2
  • Hm, AFAIK if the app is in Java you can decompile the code. What do you think? Commented May 5 at 18:02
  • @RomeoNinov No, I am looking for a tool that is published as an open-source project. Commented May 5 at 21:27

2 Answers 2

2

sqlline is a Command-line shell for issuing SQL to relational databases via JDBC. I have used it with two different databases with product specific JDBC drivers.

0

If you want a GUI-based app, try dbeaver community edition.

DBeaver is free and open source universal database tool for developers and database administrators.

see github

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.