getSchema()
Last updated
Last updated
options
Object
Options Object describing filtering, sorting, and other options
table
string
Table name
database
default
Currently accepts only "default" value, but with multiple databases per project feature coming soon, it will be accepting the name of the database to extract the configs from. Default: "default"
format
default
| formatted
Specify the format of how the database schema is to be returned.
formatted
- will return a JSON with JS native datatypes and indication which columns are optional/required.
Default: "default"
default
- will return a JSON with Deskree's own format exactly how it is used internally.