# Database capability matrix

> Supported read-only probe engines and their first-class safety contract.

Source: https://accd.github.io/verchestra/docs/integrations/database-capability-matrix/
Content digest: `sha256:d1461419d054b6b374ffe9c1171e07b1f1172c3e5ea0448535c8bd0a4a137e45`

All database adapters share the same boundary: registered targets, read-only identity, bounded operations, parser-level denial, resource limits, and redacted evidence.

| Engine | Adapter identity | Discovery surface |
| --- | --- | --- |
| **SAP ASE / Sybase** | `sybase` / `sap-ase` | catalogs, schemas, approved objects, bounded selects |
| PostgreSQL | `postgresql` | catalogs, schemas, approved objects, bounded selects |
| MySQL | `mysql` | catalogs, schemas, approved objects, bounded selects |
| MariaDB | `mariadb` | catalogs, schemas, approved objects, bounded selects |
| SQL Server | `sqlserver` | catalogs, schemas, approved objects, bounded selects |
| Oracle | `oracle` | approved catalog views, schemas, bounded selects |
| SQLite | `sqlite` | approved schemas, metadata, bounded selects |
| MongoDB | `mongodb` | approved databases and collections, bounded reads |

“Supported” describes the implemented adapter contract and its repository qualification evidence. It is not a production-readiness claim for every external version or topology.
