@earth-app/collegedb
    Preparing search index...

    Function createSQLiteProvider

    • Creates a SQLite adapter implementing CollegeDB's SQL contract.

      Supports both execute-style clients and prepare/run/get/all statement clients.

      For Drizzle-backed SQLite/D1 clients, pass the Drizzle DB instance as client and the Drizzle sql helper as the second argument.

      Parameters

      Returns SQLDatabase

      SQLDatabase-compatible adapter

    • Creates a SQLite adapter implementing CollegeDB's SQL contract.

      Supports both execute-style clients and prepare/run/get/all statement clients.

      For Drizzle-backed SQLite/D1 clients, pass the Drizzle DB instance as client and the Drizzle sql helper as the second argument.

      Parameters

      Returns SQLDatabase

      SQLDatabase-compatible adapter