UNPKG

@adonisjs/lucid

Version:

SQL ORM built on top of Active Record pattern

7 lines (6 loc) 160 B
export = LibSQLClient; declare class LibSQLClient { _driver(): typeof import("@libsql/sqlite3"); get dialect(): string; get driverName(): string; }