From eec24022feb9a52abbeb2574830edfbbdef83b33 Mon Sep 17 00:00:00 2001 From: George Smyrnaios Date: Sat, 5 Oct 2024 09:13:56 +0200 Subject: [PATCH] Update README with driver implementation link Clarified where to find the driver implementation by adding a direct link to the repository for users looking to build efficient, cross-platform applications with Kotlin Native. This makes it easier for users to locate the appropriate resources. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 589e153..3dda3e7 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@ [![Kotlin](https://img.shields.io/badge/kotlin-2.0.20-blue.svg?logo=kotlin)](http://kotlinlang.org) A high-performance, non-blocking database driver for PostgreSQL, MySQL, and SQLite, written for Kotlin Native. -Looking to build efficient, cross-platform applications with Kotlin Native. Check it out: https://github.com/smyrgeorge/sqlx4k +Looking to build efficient, cross-platform applications with Kotlin Native. This repository only contains the necessary parts for the `sqldelight` integration. +If you are looking the driver implementation, you can find it here: https://github.com/smyrgeorge/sqlx4k 📖 [Documentation](https://smyrgeorge.github.io/sqlx4k-sqldelight/)