Simple CRUD
A minimal HTML example demonstrating the key features of Polybase DB:
- Authentication using Polybase DB Auth
- get a record from Polybase DB
- 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 (opens in a new tab)
View Schema for example (opens in a new tab) in explorer