Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

SurrealORM 1.0.0

Latest

Choose a tag to compare

@ookamidev ookamidev released this 13 May 13:30

πŸŽ‰ SurrealORM 1.0.0 is now available!

A TypeScript ORM for SurrealDB that brings type safety and decorator-based schema definition to your database operations.

Key Features:

  • πŸ›‘οΈ Type-safe database operations
  • 🏷️ Decorator-based schema definition
  • πŸ”„ Automatic table creation
  • πŸ” Query builder
  • πŸ“˜ TypeScript-first approach

Installation:

  • npm: npm install @surrealorm/orm
  • bun: bunx jsr add @surrealorm/orm
  • deno: deno add jsr:@surrealorm/orm

This initial release provides a solid foundation for working with SurrealDB in TypeScript, featuring:

  • Entity definition with decorators
  • CRUD operations with type safety
  • Query building capabilities
  • Support for unique constraints

Documentation and examples are available in the README. We welcome contributions and feedback!

#TypeScript #SurrealDB #ORM #Database