baked-orm

JSON →
library 0.14.3 ·javascript
verified Jun 4, 2026

An ActiveRecord-inspired ORM and migration tool for Bun, version 0.14.3. PostgreSQL-native with auto-generated typed schemas from introspection. Release cadence is monthly. Key differentiators: convention-over-configuration, single `db/schema.ts` generated by migrations that feeds both backend models and frontend hydration, TypeScript-first, supports lazy/eager loading, polymorphic associations, soft deletes, recursive tree traversal, and serialization with `__typename` for frontend hydration.