{"library":"sqldb-orm","type":"library","category":null,"description":"A minimal SQL ORM supporting MySQL and SQLite3. Current stable version is 1.1.0. Provides simple CRUD operations, pagination, and table introspection. Designed for lightweight use cases where full-featured ORMs like Sequelize or TypeORM are overkill. Release cadence is unknown; the package appears to be in maintenance mode with no recent updates. Key differentiator: minimal API with automatic table discovery.","language":"javascript","status":"maintenance","version":"1.1.0","tags":["javascript","mysql","sqlite3","dal","mysql-orm","ORM"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install sqldb-orm","imports":["const orm = require('sqldb-orm');","let sqlDal = await orm.getClass('mysql', config, 'tb_user', true);","let list = await sqlDal.findAll();"]},{"cmd":"yarn add sqldb-orm","imports":[]},{"cmd":"pnpm add sqldb-orm","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"sqldb-orm","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}