Expand description
SQLite storage for Spin 2 and earlier. Applications that do not require
this backward compatibility should use the sqlite3
module instead.
Structs§
- Connection
- An open connection to a SQLite database.
- Query
Result - The result of a SQLite query issued with Connection::execute().
- Row
- A database row result.
- RowResult
- A database row result.