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.

3 lines (2 loc) 99 B
declare const Model: (model: string, npm: string, schema: string) => string; export default Model;