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
The
godror
driver is a third party driver. It is not an Oracle driver.
- Install Go and the Godror driver
To connect to Autonomous Database from your Go application, install Go and thegodror
driver. - Connect Go Applications Without a Wallet (TLS) Using TLS
You can connect Go applications to your Autonomous Database instance without a wallet using TLS. - Connect Go Applications with a Wallet (mTLS)
You can connect Go applications to your Autonomous Database instance with a wallet.