Tables
Structured, queryable data storage that workflows and apps read and write.
Tables are Bifrost’s built-in structured data store. Workflows, agents, and apps read and write rows through the SDK, giving you persistent state without having to spin up an external database.
Each table has a defined schema and is scoped to your platform. Rows are addressable by primary key and can be filtered, paginated, and updated from any workflow execution.
Where to learn more
Section titled “Where to learn more” Tables Module (SDK reference) Read and write rows from workflows using the bifrost.tables SDK.