{"library":"tabla-model","type":"library","category":null,"description":"Declarative SQL table model definition and SQL generation for the dbtabla ecosystem. Version 2.0.6 supports MySQL, SQLite, and PostgreSQL via adapters (mysql-tab, sqlite3-tab, pg-table). Features include model methods, seed data, reverse engineering, and advanced filtering with comparison operators. Requires Node >=18.","language":"javascript","status":"active","version":"2.0.6","tags":["javascript","sql","modelos"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install tabla-model","imports":["const Model = require('tabla-model');","const userModel = new Model('users', { columns: [...] });","new Model('orders', { foreingKey: [{ key: 'user_id', reference: 'users', keyReference: 'id', onDelete: 'CASCADE' }] });"]},{"cmd":"yarn add tabla-model","imports":[]},{"cmd":"pnpm add tabla-model","imports":[]}],"homepage":"https://github.com/ever23/tabla-model#readme","github":"https://github.com/ever23/tabla-model","docs":null,"changelog":null,"pypi":null,"npm":"tabla-model","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}