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
* Uses @sinclair/typebox to generate both JSON Schema & TypeScript types
in one go--pretty handy
* Uses fastify-swagger to generate OAS (like in storage-api)
* Preliminary support is for /schemas only
* Includes types for POST and PATCH so no need to chase postgres-meta
source code function calls anymore :-)
* Exporting docs is done by setting PG_META_EXPORT_DOCS to
`true` (server doesn't start up with this option, this is for exporting
docs only)
0 commit comments