Tabulify - Data Resources
About
A file system manipulate files, a database manipulates sql objects (table, view, …).
Tabulify regroups and manipulates all of them all under the term data resource.
This section lists all data resources supported.
Type
A data resource can be of the following type:
| Type | Name | Example | Description |
|---|---|---|---|
| static | static resource | table, file, … | The content is stored on disk at rest |
| runtime | runtime resource | request, script | The content is generated at runtime |
| container | container resource | sql schema, directory | Resources that contain data resources |
Definition
A resource is uniquely defined by:
- a data uri to locate the resource
- and optionally:
- a media type to define the type of resource
- a data definition to define the attributes of the resources
List by System
Database
List of resources for database system
- Sql Request to execute SQL statements such as:
File System
file system data resources:
-
- …