Hey all, I'm hacking a bit on a demo/sample app fo...
# squarelibraries
v
Hey all, I'm hacking a bit on a demo/sample app for my Kotlin Native GTK bindings and I was looking at using SqlDelight for the data layer. The initial experience was a bit frustrating because it was very unclear which SqlDelight version to use (1.5.4? 2.0.0 snapshots?) and I had to compile sqlite3 to a separate folder using the konan gcc before it was able to link properly. My questions are: • What is the status of the 2.0.0 version? Should I already use it in my sample code or stick to 1.5.4 • What is the recommended way for client applications using Kotlin Native to link/provide/bundle sqlite3? • I could not find any sample code for native (linux64 in my case). It this something you are planning? Is this something I maybe can contribute? and if so , what are the requirements for it?