JustWayne
selectFrom or getExecutor not a function with custom dialect.
I confirmed that the Kysely instance has an executor object after creating it. It prints out as typeof
object
and evaluates to DefaultQueryExecutor {}
When I added some logs, I see that Kysely does not even try to acquire a connection before it has an issue so it's something with the query builder that breaks.5 replies