Skip to content

Read-only database discovery

Database probes use explicit read-only credentials and a database-specific capability plan.

The workflow:

  1. identify the engine, topology, and approved schemas;
  2. validate that the credential cannot write;
  3. compile engine-specific metadata and bounded SELECT operations;
  4. apply row, time, size, and sensitive-column limits;
  5. emit redacted evidence with query digests;
  6. 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.