{"library":"qustar","type":"library","category":null,"description":"Qustar is a TypeScript SQL query builder that composes queries through an array-like API with map, filter, and orderBy methods. Version 0.0.52 is in early active development with support for PostgreSQL, SQLite, MySQL, and MariaDB via separate connector packages. It generates 100% SQL via codegen-free expression evaluation, avoiding ORM-like magic. Key differentiators: no code generation, no migrations or transactions yet, and native operator overloading is not supported, requiring explicit method calls like .add(), .eq() for expressions.","language":"javascript","status":"active","version":"0.0.52","tags":["javascript","sql","typescript","db","query","orm"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install qustar","imports":["import { Q } from 'qustar'","import { PgConnector } from 'qustar-pg'","const users = Q.table({ name: 'users', schema: { id: Q.i32() } })"]},{"cmd":"yarn add qustar","imports":[]},{"cmd":"pnpm add qustar","imports":[]}],"homepage":"https://github.com/tilyupo/qustar#readme","github":"https://github.com/tilyupo/qustar","docs":null,"changelog":null,"pypi":null,"npm":"qustar","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}