#sqldelight — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #sqldelight, aggregated by home.social.
-
Delight SQL Viewer: отладка SQLDelight-базы прямо в приложении
Привет! Хочу поделиться инструментом, который значительно упростит жизнь тем, кто использует SQLDelight для работы с базами данных в Kotlin Multiplatform-проектах. Этот инструмент называется Delight SQL Viewer .
https://habr.com/ru/articles/886214/
#kotlin_multiplatform #sqldelight #compose_multiplatform #sqlite
-
Worked a bit this weekend on my side project, and was able to get a working #sqldelight setup going. I now have data wired from the db to the UI! Feels good! It would be nice to drop it into the app stores by the Oscars. #JetpackCompose #kmp #android
-
Migrate from ROOM Database to SQLDelight 2
In this episode, I refactor a codebase and migrate it from #Room to the #SQLDelight database.
-
TIL #SQLDelight ships with a `LogSqliteDriver` that wraps a given driver and enhances it with the capabilities to log the queries being made against it, which is incredibly helpful when trying to debug excessive database reads.
-
TIL #SQLDelight ships with a `LogSqliteDriver` that wraps a given driver and enhances it with the capabilities to log the queries being made against it, which is incredibly helpful when trying to debug excessive database reads.
-
I had an awesome time with Anton Arhipov at the webinar!
I think quite some interesting content on #kotlin with #JetBrains #Ktor, #SqlDelight, #ArrowKt, etc
We build an entire feature live, and discussed context receivers!
The repo in discussing can be found here (participating #hacktoberfest): https://github.com/nomisRev/ktor-arrow-example
-
I had an awesome time with Anton Arhipov at the webinar!
I think quite some interesting content on #kotlin with #JetBrains #Ktor, #SqlDelight, #ArrowKt, etc
We build an entire feature live, and discussed context receivers!
The repo in discussing can be found here (participating #hacktoberfest): https://github.com/nomisRev/ktor-arrow-example
-
My comment about a #scala #typelevel catseffect porting of some idiomatic #fsharp gist...
Being isomorphic full-stack: from #javascript transpiler to #sql provider... Hence I would prefer the type safe version with #SqlDelight for Kotlin of @vergauwen_simon
-
Are you ready for #Hacktoberfest!?
I've prepared my #JetBrains #Ktor #ArrowKt
example with #SqlDelight
#testcontainers and #kotest in #Kotlin with 19 issues for hacktoberfest!I'll be giving personal guidance to everyone wanting to learn, and contribute.
-
Are you ready for #Hacktoberfest!?
I've prepared my #JetBrains #Ktor #ArrowKt
example with #SqlDelight
#testcontainers and #kotest in #Kotlin with 19 issues for hacktoberfest!I'll be giving personal guidance to everyone wanting to learn, and contribute.
-
#Kotlin 1.7.21 is rolling out 🥳
It might be a small release with mostly bug fixes, but this seems significant to me 😍 MPP is moving forward 💪
"KT-54387 - Remove MPP alpha stability warning"
I've been playing with the eco-system, and got a #Ktor server running on Linux & Mac with #ArrowKt #postgresql powered by #SqlDelight.
-
@ocdtrekkie it’s much more than a better Java.
It has a couple of very interesting features that put it in a new league IMO. The #ktor framework for example leverage type-safe builders to provide a annotation-less serve framework. That can also run on native platforms, and JS. Useful for fast startup, or serverless.
#arrow_kt also leverages DSLs to offer modern FP, that can’t be matched in Java.
#sqldelight, #kotlinxcoroutines are also among my favourites.