Examples
Simple CRUD
A minimal HTML example demonstrating the key features of Polybase:
- Authentication using Polybase Auth
- get a record from Polybase
- create new record
- update existing record using
setName()
defined in the schema - delete existing record using
del()
defined in the schema
Example
Open in CodeSandbox
View Schema for example in explorer