Gogolang

Go Testcontainers Sample

Go helper and test for starting Oracle AI Database Free with testcontainers-go.

Testcontainers#Go#oraclefree#Testcontainers
What this sample helps you learn

This folder contains a Go helper for starting Oracle AI Database Free with `testcontainers-go` and a test that verifies the container can be started and queried.

What this sample demonstrates

Testcontainers

Disposable Oracle AI Database Free containers for repeatable local and integration tests.

Use when tests need real database behavior without sharing a long-lived development instance.

Highlights