@pwngh/economy-lab
    Preparing search index...

    Type Alias EngineOpenOptions

    EngineOpenOptions: EngineOpenShape<MysqlPool>

    The shared field vocabulary for opening a SQL engine, with the pool type bound to this driver's MysqlPool. The composition layer assembles these fields from configuration; mysqlStore implements the MySQL subset (it takes a pre-built pool rather than opening by url, and has no schemaName isolation).