Skip to main content

@elizaos/core v1.0.0-beta.51 / DbConnection

Type Alias: DbConnection

DbConnection: unknown

Represents a generic database connection object. The actual type of this connection will depend on the specific database adapter implementation (e.g., a connection pool object for PostgreSQL, a client instance for a NoSQL database). This unknown type serves as a placeholder in the abstract IDatabaseAdapter.

Defined in​

packages/core/src/types.ts:2283