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.