{"library":"wulfy-orm","type":"library","category":null,"description":"A lightweight TypeScript ORM for Node.js, currently at version 0.1.7 with an active pre-release development cadence. It supports PostgreSQL via a separate driver package (wulfy-postgres-driver) and provides basic CRUD operations, lazy loading, and common data types. Key differentiators: minimalistic API, TypeScript-first, and driver-based architecture allowing future database support. Currently in early development with limited associations (OneToMany, ManyToOne) and no migrations or table sync yet.","language":"javascript","status":"active","version":"0.1.7","tags":["javascript","typescript"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install wulfy-orm","imports":["import WulfyORM from 'wulfy-orm'","import PostgresDriver from 'wulfy-postgres-driver'","WulfyORM.init(new PostgresDriver(...))"]},{"cmd":"yarn add wulfy-orm","imports":[]},{"cmd":"pnpm add wulfy-orm","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"wulfy-orm","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}