MariaDbConnection
Este conteúdo não está disponível em sua língua ainda.
Defined in: src/persistence/journals/MariaDbClient.ts:51
Connection options shared by the three MariaDB stores.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”
readonlyoptionalpool?:MariaDbPoolLike
Defined in: src/persistence/journals/MariaDbClient.ts:57
Pre-built pool — shares one pool across the three stores, or injects a fake in tests.
poolConfig?
Section titled “poolConfig?”
readonlyoptionalpoolConfig?:Record<string,unknown>
Defined in: src/persistence/journals/MariaDbClient.ts:55
createPool config object (host/user/password/database/…); takes precedence over url.
readonlyoptionalurl?:string
Defined in: src/persistence/journals/MariaDbClient.ts:53
Connection URI passed straight to createPool, e.g. mariadb://user:pass@host:3306/db.