InvoiceMe v1 · setup

Database setup

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

Active configuration

Engine SQLite (local file)
File/app/data/invoiceme.db
Source Default

SQLite

Default

A single file under DATA_DIR/invoiceme.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. InvoiceMe creates the schema on first connect.

or

Where this is stored