Documentation
¶
Overview ¶
Command dumpsql dumps the generated SQL for a specific OpenFGA test case. This tool outputs the specialized check functions and dispatcher SQL that would be generated for a test's authorization model.
Usage:
dumpsql <name> # Dump SQL for a specific test by exact name
Output Sections:
MODEL: The original FGA model (for reference) ANALYSIS: Feature analysis for each relation (what SQL patterns needed) FUNCTIONS: Generated specialized check functions DISPATCHER: The dispatcher function that routes to specialized functions
Examples:
dumpsql wildcard_direct dumpsql computed_userset_simple
Click to show internal directories.
Click to hide internal directories.