Qustar
JSON →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.
Resources
packagequstar ↗