You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the spirit of our planned move to concept-based documentation
rather than language-based documentation,
I've chosen to add a quick section to the overview,
and then a new page for documentation about procedures.
I have not updated any tutorials or reference pages.
See [Procedures](/procedures) for more details about procedures.
390
+
282
391
### Client
283
392
284
393
A **client** is an application that connects to a [database](#database). A client logs in using an [identity](#identity) and receives an [connection id](#connectionid) to identify the connection. After that, it can call [reducers](#reducer) and query public [tables](#table).
0 commit comments