server/app_backend.ts view source
AppBackend Result of create_app_backend() — database metadata + deps bundle.
This is the initialized backend, not the HTTP server.
Pass it to create_app_server() to assemble the Hono app.
deps
db_type
db_name
stringmigration_results
Migration results from create_app_backend (auth migrations only).
ReadonlyArray<MigrationResult>close
Close the database connection. Bound to the actual driver.
() => Promise<void>