<sqlite> Internal Library
Baseline embedded database scaffold.
Import
import sql "<sqlite>"
API
open(path) -> intexec(handle, query) -> boolclose(handle) -> boolquery_scalar(handle, query) -> string | none
On Windows, this module dynamically loads sqlite3.dll and executes real SQL.
availableistrueonly when the SQLite engine DLL is loadable.