UNPKG

@iamthes/query-builder

Version:
7 lines (6 loc) 170 B
import Sql from "./sql"; export = SQLite; declare class SQLite extends Sql { constructor(); getLimit(sql: string, limit: number, offset: number): string; }