UNPKG

agnostic-query

Version:

Type-safe fluent builder for portable query schemas. Runtime-agnostic, database-agnostic — the same QuerySchema drives Drizzle, Kysely, db0, or raw SQL.

4 lines (3 loc) 193 B
import { createExpr, findWhere, newComparisonWhere, newWhere } from "./core/where.js"; import { aq } from "./core/index.js"; export { aq, createExpr, findWhere, newComparisonWhere, newWhere };