{"library":"like-sqlite","type":"library","category":null,"description":"like-sqlite v1.0.2 is a lightweight, promise-based SQLite wrapper for Node.js that simplifies common CRUD operations (insert, select, update, delete) with automatic query construction and parameter binding. It wraps better-sqlite3, providing an intuitive API with methods like insert(), select(), update(), delete(), execute(), and query(). Released under MIT, it receives active development on GitHub. Key differentiators: no raw SQL needed for basic operations, built-in support for upserts and expressions, and full async/await support.","language":"javascript","status":"active","version":"1.0.2","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install like-sqlite","imports":["const SQLite = require('like-sqlite')","const db = new SQLite('./database.db')","const id = await db.insert('ips', { addr: '127.0.0.1', hits: 0 })"]},{"cmd":"yarn add like-sqlite","imports":[]},{"cmd":"pnpm add like-sqlite","imports":[]}],"homepage":"https://github.com/lukks/like-sqlite#readme","github":"https://github.com/lukks/like-sqlite","docs":null,"changelog":null,"pypi":null,"npm":"like-sqlite","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}