Module db

Source

Functionsยง

create_db_worker
Creates a new SQLite DB worker given a config, and the str paths to the worker file URL and the WASM file URL.
exec_query
Executes an SQL query, assuming the SQLite DB worker is initialized. If not, this function will return an Error.
is_worker_initialized
A check to see if the SQLite DB worker is initialized.