LedgerLeaf v1.2.0 · setup

Database setup

Pick where LedgerLeaf should store data. SQLite is the default; Postgres is recommended for Railway and team deployments.

Active configuration

Engine SQLite (local file)
Filedata/ledgerleaf.db
Source Default

SQLite

Default

A single file under DATA_DIR/ledgerleaf.db. Zero config. Great for a personal install or a Railway volume.

  • No external service to manage
  • Persists on a Railway volume
  • Backups are a single file copy

PostgreSQL

Recommended for Railway

Provide a connection URL or fill the fields below. LedgerLeaf creates the schema on first connect.

or

Where this is stored