introspect library
Functions
-
buildSnapshot(
List< Schema> schemas, {required SqlDialect dialect, String? dialectName}) → SchemaSnapshot -
Describes every table and index reachable from
schemas. -
renderPredicate(
Filter filter, SqlDialect dialect) → String -
Renders
filteras SQL that can sit in a schema: no bind parameters, and no table qualifier.