Ponconnect
Bun

property

SQL.SQLiteOptions.onconnect

onconnect?: (err: null | Error) => void

Callback executed when a connection attempt completes (SQLite) Receives an Error on failure, or null on success.