New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

surrealize

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

surrealize

Surrealize is a **ODM** and **Query Builder** for [**SurrealDB**](https://surrealdb.com/) written in **TypeScript**. It provides you with a Query Builder, a Repository API, an agnostic schema validation and many more features.

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Surrealize

Surrealize is a ODM and Query Builder for SurrealDB written in TypeScript. It provides you with a Query Builder, a Repository API, an agnostic schema validation and many more features.

[!WARNING] This project is still in early development and is not ready for production use.

Features

  • 📦 Object Document Mapper (ODM)
  • 🛠️ Query Builder
  • 🛡️ Type Safety
  • 📜 Agnostic schema validation (using Standard Schema)
  • ⚙️ TypeScript support

Installation

# Using npm
npm install surrealize
# Using yarn
yarn add surrealize
# Using pnpm
pnpm add surrealize
# Using bun
bun add surrealize

Documentation

Documentation is currently missing, but will be added soon. Feel free to contribute! (surrealize/docs)

Frequently Asked Questions

Why ODM and not ORM?

  • ODM stands for Object Document Mapping.
  • ORM stands for Object Relational Mapping.

SurrealDB at it's core is a document database (see Concepts), so ODM makes more sense than ORM.

Keywords

surrealdb

FAQs

Package last updated on 19 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts