https://github.com/tonnobellosnello/nautilus-orm-studio
A web database editor, written in nextjs for nautilus-orm
https://github.com/tonnobellosnello/nautilus-orm-studio
nautilus nautilus-orm sql
Last synced: 3 days ago
JSON representation
A web database editor, written in nextjs for nautilus-orm
- Host: GitHub
- URL: https://github.com/tonnobellosnello/nautilus-orm-studio
- Owner: TonnoBelloSnello
- License: mit
- Created: 2026-04-11T22:08:45.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2026-04-13T15:18:43.000Z (8 days ago)
- Last Synced: 2026-04-14T00:02:27.689Z (7 days ago)
- Topics: nautilus, nautilus-orm, sql
- Language: TypeScript
- Homepage:
- Size: 134 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nautilus Studio
Nautilus Studio is a small Next.js admin surface for `nautilus-orm`.
It provides:
- schema browsing
- table data inspection and editing
- a raw SQL query console
This package is not meant to be installed directly by end users. It is intended to be installed and wired up by the `nautilus-orm` module inside a Nautilus workspace.
## Local development
This app expects access to:
- a `schema.nautilus` file in the workspace root, or `NAUTILUS_SCHEMA_PATH`
- the `nautilus` CLI binary available locally
- any database environment variables required by your schema
Run the app with:
```bash
npm install
npm run dev
```
Open `http://localhost:3000` to use the studio.