2026-06-23 23:57:25 -04:00
2026-06-23 23:33:12 -04:00
2026-06-23 23:47:38 -04:00
2026-06-23 23:33:12 -04:00
2026-06-23 23:33:12 -04:00

Boruto

Database

The server runs database migrations before Javalin starts.

By default, it connects to:

jdbc:postgresql://localhost:5432/boruto
username: boruto
password: boruto

Override those values with:

  • DATABASE_URL or JDBC_DATABASE_URL
  • DATABASE_USERNAME, POSTGRES_USER, or DB_USER
  • DATABASE_PASSWORD, POSTGRES_PASSWORD, or DB_PASSWORD

Migrations are classes in dev.mduchene.database.migrations. The migration runner discovers classes in that package and runs unapplied migrations ordered by class name.

Documentation

Description
No description provided
Readme 48 KiB
Languages
Kotlin 100%