docs: add note about Plan in architecture page

Also add links to the ApiRequest, Plan and Query components in the
diagram.
This commit is contained in:
steve-chavez
2025-03-05 18:37:10 -05:00
parent 4ddf33df76
commit 3af3371e1e
6 changed files with 12 additions and 5 deletions
+7
View File
@@ -60,6 +60,10 @@ note bottom of ApiRequest
Parses the URL syntax
end note
note bottom of Plan
Generates internal AST
end note
note bottom of Query
Generates the SQL
end note
@@ -71,6 +75,9 @@ end note
url of Admin is [[../references/admin_server.html#admin-server]]
url of API is [[../explanations/schema_isolation.html]]
url of Auth is [[../references/auth.html#authn]]
url of ApiRequest is [[../explanations/architecture.html#api-request]]
url of Plan is [[../explanations/architecture.html#plan]]
url of Query is [[../explanations/architecture.html#query]]
url of Authorization is [[../explanations/db_authz.html]]
url of CLI is [[../references/cli.html#cli]]
url of "Connection Pool" is [[../references/connection_pool.html]]