Execute RAW Sql Queries
hello, is it possible to execute any raw query supported by my underlying sql driver with
kysely? i could not find any such function in the docs or the guide book
for example, describe table_name errors because kysely itself cannot compile it. i am using mysql2 as my driver.1 Reply
Solution
Unknown User•15mo ago
Message Not Public
Sign In & Join Server To View