HiveBrain v1.2.0
Get Started
← Back to all entries
patternsqlMinor

Install DBeaver SQLite driver offline?

Submitted by: @import:stackexchange-dba··
0
Viewed 0 times
installsqlitedbeaverofflinedriver

Problem

I'd like to use DBeaver with SQLite, but the network firewall disallows external connections. So DBeaver cannot download the driver automatically.

Where can I download the SQLite driver for it and how can I install it manually in DBeaver?

Solution

DBeaver supports any database that has a JDBC driver. So, the best thing to do is to go to the SQLite people themselves - they have a list of such drivers here. The page itself is quite old, so don't worry about the dates - just check around and see which one best suits your needs/is supported. Just as a matter of interest, SQuirreL SQL also works via JDBC - it's pure Java and is, IHMO, more mature than DBeaver, but YMMV.

Context

StackExchange Database Administrators Q#101907, answer score: 4

Revisions (0)

No revisions yet.