sql-query ( sql -- rows )
Furnace framework » Database library » Low-level database tutorial

Prev:sql-command ( sql -- )


Vocabulary
db

Inputs
sqla string


Outputs
rowsan array of arrays of strings


Word description
Runs an SQL query of raw text in the database in the db-connection symbol. Each row is returned as an array of strings; no type-conversions are done on the resulting data.

See also
sql-command

Definition