Welcome to the Unreal ORM monorepo! This repository contains the source code for the Unreal ORM for SurrealDB, as well as documentation and supporting tools.
Looking for the ORM package? See
packages/unreal-orm/README.md
for detailed usage, API, and design docs for the ORM itself.
This repository is organized as a monorepo, making it easy to develop, test, and document the ORM in one place.
/unreal-orm
├── apps/
│ └── docs/ # Documentation site (Astro)
├── packages/
│ └── unreal-orm/ # The ORM library source code
├── CONTRIBUTING.md # How to contribute
└── ...
-
UnrealORM Documentation Site: Full docs, guides, and API reference
-
Getting Started: Quickstart, installation, and onboarding
-
Capabilities: Supported SurrealDB features
-
Design Principles: Project philosophy and technical decisions
-
Contributing Guide: How to contribute, code style, and submitting issues/PRs
-
API Reference: Full API documentation
-
Main ORM package: See
packages/unreal-orm/README.md
for usage, API, and details. -
Documentation site source: See
apps/docs/
for the Astro-powered docs.
This project is ISC licensed. See packages/unreal-orm/LICENSE
for full details.