limbo
limbo copied to clipboard
Prepared statement value binding
Add support for sqlite3_bind_*()
functions. At the core, let's just add bind()
method to Statement
object.