{"library":"mysql-easy-type","type":"library","category":null,"description":"MySQL Easy Type is an ORM-like library for Node.js that provides a simple, typed interface for MySQL querying with automatic TypeScript declaration generation. Version 1.23.2 is current, with stable release cadence. It wraps mysql2 to provide model-based CRUD operations, join support, transactions, and a CLI tool to generate type definitions and model files from database schema. Key differentiators include its zero-config setup, automatic type generation from the database, and a concise API with chaining methods like find, limit, join, and get. It is ideal for developers who want strong typing without writing manual schemas, and it supports both connection and pool queries.","language":"javascript","status":"active","version":"1.23.2","tags":["javascript","mysql","query","model","types","generate","database"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mysql-easy-type","imports":["const { model } = require('mysql-easy-type');","const { Query, PoolQuery } = require('mysql-easy-type');","const { PoolQuery } = require('mysql-easy-type');"]},{"cmd":"yarn add mysql-easy-type","imports":[]},{"cmd":"pnpm add mysql-easy-type","imports":[]}],"homepage":"https://github.com/yefei/easy-model#readme","github":"https://github.com/yefei/easy-model","docs":null,"changelog":null,"pypi":null,"npm":"mysql-easy-type","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}