Module crud_table_extractor

Source
Expand description

A Extractor that extracts CRUD tables from SQL queries.

See extract_crud_tables as the entry point for extracting CRUD tables from SQL.

Structs§

CrudTableExtractor
A visitor to extract CRUD tables from SQL.
CrudTables
CrudTables represents the tables involved in CRUD operations.

Functions§

extract_crud_tables
Convenience function to extract CRUD tables from SQL.