UNPKG

kysely-codegen

Version:

`kysely-codegen` generates Kysely type definitions from your database. That's it.

9 lines (8 loc) 186 B
export type MysqlDB = { 'information_schema.COLUMNS': { COLUMN_NAME: string; COLUMN_TYPE: string; TABLE_NAME: string; TABLE_SCHEMA: string; }; };