Skip to content

Commit c68c460

Browse files
committed
fix: documentation link
1 parent 242b2cc commit c68c460

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

documentation/components/libs/postgresql.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)