<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Yorgos S.</title>
    <description>The latest articles on DEV Community by Yorgos S. (@smyrgeorge).</description>
    <link>https://dev.to/smyrgeorge</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1821991%2F01ecccfd-0479-464e-8af0-f8fe14c03cbf.jpeg</url>
      <title>DEV Community: Yorgos S.</title>
      <link>https://dev.to/smyrgeorge</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/smyrgeorge"/>
    <language>en</language>
    <item>
      <title>sqlx4k — first stable release of a high-performance, non-blocking DB driver for Kotlin Multiplatform</title>
      <dc:creator>Yorgos S.</dc:creator>
      <pubDate>Sun, 28 Sep 2025 17:33:12 +0000</pubDate>
      <link>https://dev.to/smyrgeorge/sqlx4k-first-stable-release-of-a-high-performance-non-blocking-db-driver-for-kotlin-multiplatform-52i2</link>
      <guid>https://dev.to/smyrgeorge/sqlx4k-first-stable-release-of-a-high-performance-non-blocking-db-driver-for-kotlin-multiplatform-52i2</guid>
      <description>&lt;p&gt;Hey Kotlin folks! I’m excited to share the first stable release of sqlx4k — a high-performance, non-blocking database driver for Kotlin Multiplatform.&lt;/p&gt;

&lt;p&gt;What it is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A Kotlin-first, async driver for PostgreSQL, MySQL, and SQLite&lt;/li&gt;
&lt;li&gt;Works across JVM and native targets (macOS, Linux, Windows, iOS, Android NDK)&lt;/li&gt;
&lt;li&gt;Built for coroutines and modern, scalable apps&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can check it out here: &lt;a href="https://github.com/smyrgeorge/sqlx4k" rel="noopener noreferrer"&gt;https://github.com/smyrgeorge/sqlx4k&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Highlights:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Async I/O with connection pooling&lt;/li&gt;
&lt;li&gt;Prepared statements (named and positional)&lt;/li&gt;
&lt;li&gt;Row mappers&lt;/li&gt;
&lt;li&gt;Transactions + coroutine-friendly TransactionContext&lt;/li&gt;
&lt;li&gt;Code generation (CRUD and @Repository with KSP)&lt;/li&gt;
&lt;li&gt;Database migrations&lt;/li&gt;
&lt;li&gt;PostgreSQL LISTEN/NOTIFY&lt;/li&gt;
&lt;li&gt;SQLDelight integration&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Supported targets:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;JVM (PostgreSQL and MySQL on JVM today)&lt;/li&gt;
&lt;li&gt;iosArm64, androidNativeX64/Arm64, macosArm64/X64, linuxArm64/X64, mingwX64&lt;/li&gt;
&lt;li&gt;wasmWasi is being explored&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Get it from Maven Central:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;// PostgreSQL
implementation("io.github.smyrgeorge:sqlx4k-postgres:1.0.0")
// MySQL
implementation("io.github.smyrgeorge:sqlx4k-mysql:1.0.0")
// SQLite
implementation("io.github.smyrgeorge:sqlx4k-sqlite:1.0.0")
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>kotlin</category>
      <category>postgres</category>
      <category>mysql</category>
      <category>sqlite</category>
    </item>
    <item>
      <title>About A small non-blocking database driver written in Kotlin for the Native platform.</title>
      <dc:creator>Yorgos S.</dc:creator>
      <pubDate>Fri, 26 Jul 2024 13:55:52 +0000</pubDate>
      <link>https://dev.to/smyrgeorge/abouta-small-non-blocking-database-driver-written-in-kotlin-for-the-native-platform-3a8f</link>
      <guid>https://dev.to/smyrgeorge/abouta-small-non-blocking-database-driver-written-in-kotlin-for-the-native-platform-3a8f</guid>
      <description>&lt;p&gt;Hello everyone!&lt;br&gt;
I've just set up a new repository on my GitHub profile! It features a compact wrapper library designed for the Kotlin Native platform ecosystem. This library serves as a Postgres driver, leveraging the sqlx library from the Rust ecosystem behind the scenes.&lt;/p&gt;

&lt;p&gt;What's particularly fascinating is the advantage we can gain from the C interoperability that both Kotlin and Rust provide.&lt;/p&gt;

&lt;p&gt;Feel free to check it out and give it a star if you find it useful!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/smyrgeorge/sqlx4k" rel="noopener noreferrer"&gt;https://github.com/smyrgeorge/sqlx4k&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
