Database schema
Last updated
Was this helpful?
Last updated
Was this helpful?
All resource types in Aidbox are stored in different tables, named with a lowercased resource type name. All these tables have a similar schema:
As you can see, resources are stored as JSONB documents in the resource column.
You can access attributes of resources using :
Check out our video tutorial about JSON queries in PostgreSQL: