UNPKG

database-builder

Version:

Library to assist in creating and maintaining SQL commands.

5 lines (4 loc) 85 B
export interface CrudInsertCompiled { columns: string; values: string; }