You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The guide returned by get_http_function and get_site_custom_code now includes a verified end-to-end "Custom data TABLES (collections)" section documenting the complete workflow: create a table and its columns with create_collection and update_collection_columns, read rows directly with query_collection_records, and write rows from an HTTP function via the webcake-data SDK (db.model(table).create, updateOne, deleteMany, find); the section notes that record writes have no direct dashboard API and must be deployed with update_http_function then invoked with run_function, and that debug_function requires the function to be deployed first.