SQLite3
zune.sqlite
A library to interact with SQLite3 databases.
Functions
open
Opens a SQLite3 database.
open(path: string?): SQLite3Database
Parameters
path: string?
- The path to the database file.- default:
":memory:"
- default:
Throws
- SQLite3 Error
- Memory Error
Last updated on