I haven't found the answer to this question explicitly somewhere. At least nothing, including maven repositories, hosts any different JDBC driver dependencies for TimescaleDB explicitly. Can I use available Postgresql JDBC drivers for that?
I haven't found the answer to this question explicitly somewhere. At least nothing, including maven repositories, hosts any different JDBC driver dependencies for TimescaleDB explicitly. Can I use available Postgresql JDBC drivers for that?
As Timescale is just an extension, you still connect to a "regular" Postgres.
So the Postgres JDBC driver should work just fine.