UNPKG

@smallprod/models

Version:
7 lines (6 loc) 212 B
import Query from './query'; export default class CreateQuery extends Query { private attributes; setAttribute: (column: string, value: any) => this; exec: (dbName?: string | null) => Promise<any>; }