@winnerjs.org/orm
v0.1.0
Published
WinnerJS ORM and query builder
Readme
@winnerjs.org/orm
Unified ORM with query builder, migrations, and multi-database support (stub).
Planned phase: Phase 1 — Foundation
import { defineModel } from "@winnerjs.org/orm";
const User = defineModel("users");
await User.where("email", email).first();