kysely
    Preparing search index...

    Class SqliteDriver

    A Driver creates and releases database connections and is also responsible for connection pooling (if the dialect supports pooling).

    Implements

    Index

    Constructors

    Methods

    • Initializes the driver.

      After calling this method the driver should be usable and acquireConnection etc. methods should be callable.

      Returns Promise<void>