python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
SQLDelight and data classes with one to many relations in Kotlin
I am trying to create a small app using Kotlin Multiplatform where i can save book titles and their authors but i'm struggling with the data classes and how to map them together so that i get the auth...
Andy
Votes: 0
Answers: 1
Time complexity of lookup using SQLDelight
I am using SQLDelight in my mobile app. The items which are being stored in the table have an id parameter. Say the count of items can go upto a few hundred, how expensive can the lookup for a particu...
Logging device
Votes: 0
Answers: 0
SqlDelight: "No table found with name"
I am having trouble with what seems like to be with the SqlDelight intellij plugin. I am trying to write the migrations in one place and not use CREATE statements at all inside the .sq files.
This is ...
andras
Votes: 0
Answers: 0
SQLDelight just generated IOS Database generated classes, but android doesn't. Kmm proyect
I was developing an Kotlin Multiplatform App, using as base, the generated Architectured by Android Studio.
My problem, comes when I try to implement the SQLDelight plugins into my app, because the pl...
Manuel Lucas
Votes: 0
Answers: 0