UNPKG

tspace-mysql

Version:

Tspace MySQL is a promise-based ORM for Node.js, designed with modern TypeScript and providing type safety for schema databases.

7 lines (6 loc) 148 B
declare const Table: ({ table, npm, type }: { table: string; npm: string; type: string; }) => string | undefined; export default Table;