• Opens a connection to the SQLite database with the specified label.

    Parameters

    • label: string

      The label of the database to connect to.

    Returns SqliteConnection

    The SQLite connection object.