Skip to content

Commit

Permalink
Update README with driver implementation link
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
smyrgeorge committed Oct 5, 2024
1 parent 518f198 commit eec2402
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down

0 comments on commit eec2402

Please sign in to comment.