Vaughan Rouesnel
Results
201
issues of
Vaughan Rouesnel
I am using: ``` const query = CompiledQuery.raw(sql, parameters) const results = await db.executeQuery(query) ``` I had to change this to make it work... Bun doesn't seem to allow an...