Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 2.34 KB

File metadata and controls

47 lines (34 loc) · 2.34 KB

Unreal ORM Monorepo

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.


Repository Structure

/unreal-orm
├── apps/
│   └── docs/           # Documentation site (Astro)
├── packages/
│   ├── unreal-orm/     # The ORM library source code
│   └── unreal-cli/     # CLI tools for schema management
├── CONTRIBUTING.md     # How to contribute
└── ...

Documentation


License

This project is ISC licensed. See packages/unreal-orm/LICENSE for full details.