Jump to content

Parameterized SQL statement: Difference between revisions

m
→‎{{header|Wren}}: Changed to Wren S/H
(Dialects of BASIC moved to the BASIC section.)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 1,529:
{{libheader|Wren-sql}}
An embedded program using our SQLite wrapper.
<syntaxhighlight lang="ecmascriptwren">import "./sql" for Connection
 
var db = Connection.open("rc.db")
9,485

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.