Module sql_insight::extractor::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§
- A visitor to extract CRUD tables from SQL.
CrudTablesrepresents the tables involved in CRUD operations.
Functions§
- Convenience function to extract CRUD tables from SQL.