KKysely•Created by kika on 6/25/2023 in #help .withSchema() and raw SQL
I think I understand that .withSchema()
modifies the query that the QueryBuilder builds and if the query was not built with QB, .withSchema()
is a NOOP.
But I found no way to build a SELECT random();
query with Kysely Query Builder