Package Exports
- @opengis/fastify-table
- @opengis/fastify-table/index.js
- @opengis/fastify-table/pg/funcs/getPG.js
- @opengis/fastify-table/redis/funcs/getRedis.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@opengis/fastify-table) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
fastify-table
It standardizes the entire form building process, while taking care of everything from rendering to validation and processing:
- pg
- redis
- crud
Install
npm i @opengis/fastify-table
Usage
fastify.register(import('@opengis/fastify-table'), config);
Documenation
For a detailed understanding fastify-table, its features, and how to use them, refer to our Documentation.