Optional type map of table names to row types for full type-safety.
Optional type map of table names to row types for full type-safety.
Direct database access — CRUD and raw SQL without endpoints/workflows.
WARNING: This is admin-level access. Only use from server-side code (scripts, migrations, seeds, backend). NEVER expose the serviceRoleKey in client-side/browser code.
Requires serviceRoleKey in createClient() config. Throws if not configured.
Inicia una operación sobre una tabla/colección específica. En el backend esto mapea a /api/v0/{table}
Nombre de la tabla o workflow
Module for CRUD operations on database tables via the DYPAI API. Access it through
client.db.For direct database access (bypassing endpoints/workflows), use
client.db.direct— available whenserviceRoleKeyis provided tocreateClient().Example