File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
documentation/components/libs Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ execute it with the Client, and map results to objects.
2626
2727## Use Case Navigator
2828
29- | I want to... | Go to | Extension needed |
30- | ------------------------------------| -------------------------------------------| ------------------|
31- | Execute queries and fetch results | [ Client] ( #client ) | ` ext-pgsql ` |
32- | Build SQL queries with type safety | [ Query Builder] ( #query-builder ) | ` ext-pg_query ` |
33- | Parse and analyze existing SQL | [ SQL Parser] ( #sql-parser ) | ` ext-pg_query ` |
34- | Add pagination to existing queries | [ Query Modification] ( #query-modification ) | ` ext-pg_query ` |
35- | Analyze query performance | [ Query Plan Analysis] ( postgresql/client-explain.md ) | ` ext-pgsql ` , ` ext-pg_query ` |
36- | Traverse or modify AST directly | [ Advanced Features] ( #advanced-features ) | ` ext-pg_query ` |
29+ | I want to... | Go to | Extension needed |
30+ | ------------------------------------| ------------------------------------------------------------------------------------ | ----------- ------------------|
31+ | Execute queries and fetch results | [ Client] ( #client ) | ` ext-pgsql ` |
32+ | Build SQL queries with type safety | [ Query Builder] ( #query-builder ) | ` ext-pg_query ` |
33+ | Parse and analyze existing SQL | [ SQL Parser] ( #sql-parser ) | ` ext-pg_query ` |
34+ | Add pagination to existing queries | [ Query Modification] ( #query-modification ) | ` ext-pg_query ` |
35+ | Analyze query performance | [ Query Plan Analysis] ( /documentation/components/libs/ postgresql/client-explain.md) | ` ext-pgsql ` , ` ext-pg_query ` |
36+ | Traverse or modify AST directly | [ Advanced Features] ( #advanced-features ) | ` ext-pg_query ` |
3737
3838## Requirements
3939
You can’t perform that action at this time.
0 commit comments