Module connection

Module connection 

Source
Expand description

This module contains trait and functions for SQLite database connection.

Structs§

Database
Main database struct that provides core operations in order to work with SQLite.

Traits§

Connection
Specifies the core operations of the SQLite connection.