Skip to content
🚀 This documentation is for unreal-orm 1.0.0 alpha which requires SurrealDB 2.0 SDK. For use with version 1.x, see here.

CLI Reference

The UnrealORM CLI provides commands for managing your SurrealDB schema and database.

Terminal window
# npm
npm install -g unreal-orm
# pnpm
pnpm add -g unreal-orm
# bun
bun add -g unreal-orm
Command Description
unreal docs Open the UnrealORM documentation
unreal github Open the UnrealORM GitHub repository
unreal init Initialize UnrealORM in your project
unreal view Interactive TUI for browsing database tables and records

All commands support the following global options:

Terminal window
unreal --version # Show version number
unreal --help # Show help