Connect Go Applications to Autonomous Database

You can connect Go applications to your Autonomous Database instance either with a wallet (mTLS) or without a wallet (TLS).

The Go language is an open source language and has support for SQL interactions. You can connect any Go program to your Autonomous Database using the Godror driver. The godror driver requires Oracle Client libraries such as from Oracle Instant Client.

Note:

The godror driver is a third party driver. It is not an Oracle driver.

This section describes how the user can connect to the Autonomous Database using the godror driver.