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.

unreal view

Interactive TUI for browsing database tables and records

Terminal window
unreal view [options]
Option Description Default
--url <url> Database URL -
-u, --username <username> Database username -
-p, --password <password> Database password -
-n, --namespace <namespace> Database namespace -
-d, --database <database> Database name -
--auth-level <level> Authentication level (root, namespace, database) -
-e, --embedded <mode> Use embedded mode (memory or file path) -
--page-size <size> Records per page (5-100, default: auto) -
--timeout <seconds> Query timeout in seconds (default: 3) -
--concurrency <count> Max concurrent count queries (default: 5) -
--no-count Skip fetching table record counts -