OpenDB returns an in-memory SQLite *bun.DB for testing. It uses a single
connection (SetMaxOpenConns(1)) to ensure all operations within a test see
the same data without needing shared cache mode.
The database is closed automatically when the test finishes.