LioranDB Docs
This docs site is focused on the current LioranDB v2 pre-alpha workflow: run a solo Docker node, log in with the bootstrap admin password, rotate it immediately, install the stable CLI and driver packages, and build against the JavaScript or TypeScript SDK.
Stable package versions
- Driver:
npm i @liorandb/driver@2.0.3 - CLI:
npm i -g @liorandb/cli@1.0.3 - Solo image pattern:
liorandb:latest - Managed image pattern in repo templates:
liorandb/liorandb:pre-alpha
What is in these docs
- Solo getting started walks from Docker startup to the first script.
- Driver docs explain the client, connection strings, CRUD, and collection APIs.
- CLI docs cover login, password rotation, shell usage, and operational commands.
- Deployment docs explain the managed reverse-proxy layout and how it differs from direct local hosting.
JavaScript and TypeScript tabs
Driver pages use synchronized code tabs. You can:
- click the tabs directly in the page
- add
?code=jsto prefer JavaScript - add
?code=tsto prefer TypeScript
Examples:
/docs/driver/overview?code=js/docs/driver/overview?code=ts
Recommended path
- Open Solo getting started.
- Install the CLI and rotate the default admin password.
- Install the driver package in your app.
- Run the first script in the driver docs.
- Read the deployment section before exposing anything publicly.
:::warning Default bootstrap password
For the local getting-started flow in these docs, the default bootstrap admin
password is Q7m!Z2x@L9p#R4vK. Use it only to log in the first time, then
replace it immediately with a strong password using liorandb change-password.
:::