In case you haven't figured this out yet. And for ...
# squarelibraries
k
In case you haven't figured this out yet. And for other people stumbling across this: Since
generateAsync = true
has been specified, the generated interface for the database schema and queries is asynchronous. To invoke queries, you specifically have to use
awaitAsXXX
functions instead of
executeAsXXX
functions. For some reason, this is only mentioned on the
js_sqlite
page: https://cashapp.github.io/sqldelight/2.0.0/js_sqlite/#defining-typesafe-queries