Connect Go Applications to Autonomous Database
You can connect Go applications to your Autonomous AI 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 AI Database using the Godror driver. The godror
driver requires Oracle Client libraries such as from Oracle
Instant Client.
Note:
Thegodror
driver is a third party driver. It is not an Oracle driver.
- Install Go and the Godror driver
To connect to Autonomous AI 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 AI Database instance without a wallet using TLS. - Connect Go Applications with a Wallet (mTLS)
You can connect Go applications to your Autonomous AI Database instance with a wallet.