home.social

#sqldelight — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sqldelight, aggregated by home.social.

fetched live
  1. Delight SQL Viewer: отладка SQLDelight-базы прямо в приложении

    Привет! Хочу поделиться инструментом, который значительно упростит жизнь тем, кто использует SQLDelight для работы с базами данных в Kotlin Multiplatform-проектах. Этот инструмент называется Delight SQL Viewer .

    habr.com/ru/articles/886214/

    #kotlin_multiplatform #sqldelight #compose_multiplatform #sqlite

  2. 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

  3. Migrate from ROOM Database to SQLDelight 2

    In this episode, I refactor a codebase and migrate it from #Room to the #SQLDelight database.

    #Kotlin #Android
    youtu.be/A7bWCrCXijw

  4. 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.

    github.com/cashapp/sqldelight/

    #AndroidDev

  5. 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.

    github.com/cashapp/sqldelight/

    #AndroidDev

  6. I had an awesome time with Anton Arhipov at the webinar!

    I think quite some interesting content on with , , , etc

    We build an entire feature live, and discussed context receivers!

    The repo in discussing can be found here (participating ): github.com/nomisRev/ktor-arrow

    youtube.com/watch?v=g79A6HmbW5M

  7. 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): github.com/nomisRev/ktor-arrow

    youtube.com/watch?v=g79A6HmbW5

  8. 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

    gist.github.com/giuliohome/2a9

  9. Are you ready for !?

    I've prepared my
    example with
    and in with 19 issues for hacktoberfest!

    I'll be giving personal guidance to everyone wanting to learn, and contribute.

    github.com/nomisRev/ktor-arrow

  10. 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.

    github.com/nomisRev/ktor-arrow

  11. 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 server running on Linux & Mac with powered by .

    github.com/nomisRev/ktor-nativ

  12. @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.