{"library":"dbtabla","type":"library","category":null,"description":"dbTabla is a high-level abstract interface for generating and executing SQL queries compatible with MySQL, SQLite3, and PostgreSQL. It provides a unified JavaScript API for CRUD operations, model management, and structural metadata inspection across different SQL engines. The current stable version is 2.2.10, released on npm with a monthly release cadence. Key differentiators: fluent insertion syntax, support for both positional and object-based query building, built-in SQL injection prevention via `__escapeString`, and model loading from directories. Requires Node >=18.0.0 and manual implementation of driver-specific methods (query, escape, schema introspection), making it an abstraction layer rather than an ORM.","language":"javascript","status":"active","version":"2.2.10","tags":["javascript","sql","mysql","sqlite","posgresql"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install dbtabla","imports":["import { Connect } from 'dbtabla'","import { dbTabla } from 'dbtabla'","import { dbRow } from 'dbtabla'","import { MYSQL_DB } from 'dbtabla'","import { connect } from 'dbtabla'"]},{"cmd":"yarn add dbtabla","imports":[]},{"cmd":"pnpm add dbtabla","imports":[]}],"homepage":"https://github.com/ever23/dbtabla#readme","github":"https://github.com/ever23/dbtabla","docs":null,"changelog":null,"pypi":null,"npm":"dbtabla","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}