@easycrud/toolkits
@easycrud/toolkits
is a set of tools for JSON Table Schema. It includes:
Provide the definition of JSON Table Schema and the functions for parsing and standardizing the schema.
Convert the JSON Table Schema to other formats.
schemaToSQL
: convert the JSON Table Schema toCREATE TABLE
SQL statements.schemaToJSONSchema
: convert the JSON Table Schema to JSON Schema.schemaToGraphQL
: convert the JSON Table Schema to GraphQL Object.