UNPKG

squid

Version:

Provides SQL tagged template strings and a schema definition function.

5 lines (4 loc) 85 B
export interface QueryConfig<Value = any> { text: string; values: Value[]; }