-
Notifications
You must be signed in to change notification settings - Fork 371
Closed
Labels
Milestone
Description
Current usql
documentation needs to be expanded to provide the same level of documentation level as psql
. Additionally, the \?
command should be able to look up specific help topics. Also, we should make the documentation available via the usql.app
website.
This will require effort in a number of ways:
- Authoring the documentation in a form that can be embedded in both the
usql
command line application, and used for the website - Building the simple documentation site and related infrastructure configuration (like Docusaurus and custom cloud-init scripts)
- Hooking in embedded documentation to the
\?
command, as perpsql