Next.js (App Router) template for the LioranDB Studio UI. Uses @liorandb/driver for all database + admin operations (CRUD, aggregates, indexes, maintenance, docs, users).
npm run devOpen http://localhost:3000.
- Credentials:
http(s)://host:port+ username/password - URI:
lioran://user:pass@host:portorliorandb://dbUser:dbPass@host:port/database - Token:
http(s)://host:port+ JWT token
- Find expects a JSON object filter (example:
{"status":"active"}) - Aggregate expects a JSON array pipeline (example:
[{ "$match": {} }, { "$limit": 100 }])