kotlinforandroid
01/02/2024, 3:59 PMgenerateAsync = 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