Module ws_sdk::database

source ·
Expand description

Interact with database in the wasm.

Usage

This module contains utility methods to write and read the database.

The functions provided are synchronous. The wasm will be blocked until the result is returned from the database.

Modules

  • key-value database module.
  • SQL database module.