Workflow Builder Prototype
Select a page from the navigation to get started.
Initializing database...
Browser Console Testing
The database is exposed to the browser console as window.db
// Count all contacts
await window.db.contacts.count()
// Get virtual clock
await window.db.virtual_clock.get('clock')
// List all tables
Object.keys(window.db)