Represents an ADBC Database.
An AdbcDatabase represents a handle to a database. This may be a single file (SQLite), a connection configuration (PostgreSQL), or an in-memory database. It holds state that is shared across multiple connections.
Open a new connection to the database.
A Promise resolving to a new AdbcConnection.
Release the database resources. After closing, the database object should not be used.
Represents an ADBC Database.
An AdbcDatabase represents a handle to a database. This may be a single file (SQLite), a connection configuration (PostgreSQL), or an in-memory database. It holds state that is shared across multiple connections.