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 Model: ({ model, npm, type }: { model: string; npm: string; type: string; }) => string | undefined; export default Model;