Skip to content

Instantly share code, notes, and snippets.

@mfelsche
Last active August 29, 2015 14:08
Show Gist options
  • Save mfelsche/18a172cd5a3fac6cf00e to your computer and use it in GitHub Desktop.
Save mfelsche/18a172cd5a3fac6cf00e to your computer and use it in GitHub Desktop.
graphical JDBC Clients

SQuirreL SQL

SQL Workbench

  • URL: http://www.sql-workbench.net
  • last build 04.2014
  • issues when querying data: `Connection: createStatement(int resultSetType, int resultSetConcurrency) not supported`
  • database browser works, even basic `CREATE TABLE` works

RazorSQL

  • URL: http://www.razorsql.com/
  • 30 Days Trial, otherwise 100 - 90 $ per user
  • best experience, displays most columns correctly and has lots of features, simply select crate-jdbc jar and there you go

DbVisualizer Free/Pro

  • URL: http://www.dbvis.com/
  • Free version is free
  • quite good experience
  • Configure additional driver at `Tools / Driver Manager` and add a new driver from jar file.
  • seems not to accept the `jdbc:crate://... syntax, but `crate://... works fine.
  • editing only via SQL Commander / SQL editor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment