KKysely•Created by psm on 8/24/2024 in #help Synchronous queries to SQLite?
Is there any way to make synchronous queries to SQLite? As I understand it, better-sqlite3
is a synchronous library and Kysely's SQLite dialect uses better-sqlite3
, so is there a way to make synchronous queries?