As33
@periodic/
arsenic

Database Adapters

Arsenic supports six databases through four adapters. Each adapter hooks into the database driver cleanly — no monkey-patching, no prototype mutation. Drop in the adapter for your stack and get immediate semantic observability.

Supported databases

How adapters work

Adapters instrument your database driver at the point of instantiation. All subsequent queries are automatically observed — no changes to your application code required.

Common setup pattern

All adapters follow the same pattern: create monitor → attach framework middleware → attach adapter.