sql
database/sql style host wrappers (sqlite3 CLI based, file-oriented).
Load with: use sql
Quick example
use sql
result = sqlsq("value")
prn(result)
Functions
Functions
sqlsq(s)
Performs the operation. Takes s.
sqlex(db_path, stmt)
Executes. Takes db_path, stmt.
sqlqu(db_path, query, out_path)
Performs the operation. Takes db_path, query, out_path.
sqlqu(db_path, query, tmp_path)
Performs the operation. Takes db_path, query, tmp_path.
sqlqu(db_path, query)
Performs the operation. Takes db_path, query.
Notes
- SQL query builder and execution.