{"library":"streamsql","type":"library","category":null,"description":"A streaming, backend-agnostic SQL ORM for Node.js, inspired by levelup. Version 0.8.5 is the latest stable release, with sparse maintenance. It supports MySQL and SQLite3 drivers, providing a stream-based API for CRUD operations on database tables. Key differentiators include a streaming interface (createReadStream, createWriteStream) and backend abstraction, but note it does not auto-install database drivers. Current status is 'deprecated' as it was last published in 2013 and has no recent updates.","language":"javascript","status":"deprecated","version":"0.8.5","tags":["javascript","database","streams","streaming","mysql","sqlite3","sqlite","orm"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install streamsql","imports":["const streamsql = require('streamsql');","const db = streamsql.connect({ driver: 'sqlite3', filename: ':memory:' });","db.table('users', { fields: ['id', 'name'] });"]},{"cmd":"yarn add streamsql","imports":[]},{"cmd":"pnpm add streamsql","imports":[]}],"homepage":"https://github.com/brianloveswords/streamsql","github":"git://github.com/brianloveswords/streamsql","docs":null,"changelog":null,"pypi":null,"npm":"streamsql","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}