The SQLite package holds the objects needed for SQLite interaction.
| Class | Description | |
|---|---|---|
| Connection | The Connection class is the main interface to interact with SQLite databases. | |
| ResultSet | A ResultSet object is returned by every call to Connection.request() call. |