Database
Last updated
Last updated
Copyright © 2023 Deskree Technologies Inc.
The database is one of the core features of Deskree. For each project, we create a separate database instance with the following features:
Automatically generated & APIs with API documentation on the platform and in a form of postman collections. The data can also be accessed via our .
Each database is protected by middleware, where you are able to configure permissions for each endpoint as well as define the API rate limits.
Currently, we allow the creation of one database per project. However, soon users will be able to have an unlimited number of databases of various types (including MySQL, Postgres, etc.).
Yes, you can "link" one table to another by creating a column with one-to-one
or one-to-many
reference data type. You will then be able to get this data via , or and using includes
parameter.
We save the UID(s) of the object(s) from another table that you referenced. You can get the full object that is referenced without making additional API requests via using includes
query parameter or .