Skip to main content

Databases

See a walk through of the code

Databases are covered in our data storage tutorial video.

Try it out

This example shows opening a database (in the openDatabase function), saving data (the addItem function) and finally how to delete all data (the deleteAll function).

Live Editor
Result
Loading...
 

Database documentation

See the Verida Database documentation for complete documentation.

APIs used in example