UNPKG

@luminati-io/knex

Version:

A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3

5 lines (4 loc) 211 B
// Placeholder interface for Table -> Record mapping // Allows to define the mapping of tables and interfaces in one place // and to have correct types when using `knex.from('table')` export interface Tables {}