This sample shows how to build a Kotlin/JS app with SQLDelight using the web-worker-driver.
Unlike the mobile sample, this project uses SQLDelight's generateAsync mode to enable asynchronous execution with a SQLite database running in a Web Worker.
Launch the sample by running the following comand:
./gradlew :jsBrowserRunThe sample will be available at http://localhost:8080.