Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

JDBC Proxy for SQL Developer v0.1.0

Latest
Compare
Choose a tag to compare
@PhilippSalvisberg PhilippSalvisberg released this 17 Jan 14:45
· 13 commits to main since this release

Version 0.1.0

Initial GA Release

Features

  • JDBC driver to be configured as third party driver in SQL Developer 4.1 or newer
  • Mimicking a MySQL JDBC driver that delegates JDBC requests to
    • Snowflake (3.12.16)
    • PostgreSQL (42.2.118)
    • SQLite (4.34.0)
    • H2 (1.4.200)
    • MySQL (8.0.22)
  • Rewriting SQL statements
    • Statements issued via the Connections window (navigation tree)
    • Anonymous PL/SQL blocks to call statements
  • All JDBC drivers are included

See README.md for more information.