{"library":"mysql-tab","type":"library","category":null,"description":"High-level MySQL/MariaDB ORM for Node.js using an Active Record pattern. Current version 2.1.1, with updates via npm. Provides full CRUD abstraction, automatic schema synchronization, a fluent query builder with dynamic join support, atomic transactions, and a CLI for reverse engineering. Part of the dbtabla ecosystem, it requires Node >=18 and works alongside tabla-model for schema definition. Key differentiator: query results are smart objects with .update() and .delete() methods, and .select() supports polymorphic filtering with special prefix/suffix operators.","language":"javascript","status":"active","version":"2.1.1","tags":["javascript","mysql","sql"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mysql-tab","imports":["const MySQL = require('mysql-tab')","const db = new MySQL({...})","db.tabla('users').select('id > 10')"]},{"cmd":"yarn add mysql-tab","imports":[]},{"cmd":"pnpm add mysql-tab","imports":[]}],"homepage":"https://github.com/ever23/mysql-tab#readme","github":"https://github.com/ever23/mysql-tab","docs":null,"changelog":null,"pypi":null,"npm":"mysql-tab","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}