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 plus any consumer namespaces passed via migration_namespaces.
ReadonlyArray<MigrationResult>close
Close the database connection. Bound to the actual driver.
() => Promise<void>