hey, I'd love to use PGLite instead of SQLite/LibSQL, ideally with Kysely
I've looked a bit into the internals of the
sql-kysely
sql-kysely
package but it seems the
patch
patch
fn is part of the
internals
internals
directory (and therefore not exported). should I just copy/paste that
internals
internals
folder in my codebase to make my one adapter ?
on a sidenote, I've had this patch for a while due to a runtime error without it. not sure if i'm the only one who needs this but I couldnt find any mention of a similar issue