Read-only database discovery
Database probes use explicit read-only credentials and a database-specific capability plan.
The workflow:
- identify the engine, topology, and approved schemas;
- validate that the credential cannot write;
- compile engine-specific metadata and bounded
SELECToperations; - apply row, time, size, and sensitive-column limits;
- emit redacted evidence with query digests;
- close connections and preserve no credential material.
SAP ASE / Sybase is a first-class adapter. The same no-writer contract applies to PostgreSQL, MySQL/MariaDB, SQL Server, Oracle, SQLite, and MongoDB.
An ER model can improve discovery and should be registered as a source when available. It does not replace live, bounded metadata evidence.