TypeScripttypescript

TypeScript Testcontainers Sample

TypeScript helpers for starting Oracle AI Database Free with Testcontainers.

Testcontainers#NodeJS#oraclefree#Testcontainers#TypeScript
What this sample helps you learn

This folder contains the reusable Testcontainers helpers for the TypeScript samples. The classes wrap Oracle AI Database Free startup and return a ready-to-use `oracledb` connection for tests or scripts.

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