Skip to content

Commit 349e562

Browse files
committed
Revamp README: reorganized sections, expanded articles, added detailed instructions for usage, SQL validation, supported targets, and examples. Removed outdated build scripts.
1 parent 2f0919b commit 349e562

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ A high-performance, non-blocking database driver for PostgreSQL, MySQL, and SQLi
2121

2222
🏠 [Homepage](https://smyrgeorge.github.io/) (under construction)
2323

24-
### 📰 Articles
24+
#### 📰 Articles
2525

26-
Short deep‑dive posts covering Kotlin/Native, FFI, and RustKotlin interop used in sqlx4k:
26+
Short deep‑dive posts covering Kotlin/Native, FFI, and RustKotlin interop used in sqlx4k:
2727

28-
- *Introduction to the Kotlin Native and FFI*
29-
[Part 1](https://smyrgeorge.github.io/posts/sqlx4k---introduction-to-the-kotlin-native-and-ffi-part-1/)
30-
[Part 2](https://smyrgeorge.github.io/posts/sqlx4k---introduction-to-the-kotlin-native-and-ffi-part-2/)
31-
- *Interoperability between Kotlin and Rust, using FFI*
32-
[Part 1](https://smyrgeorge.github.io/posts/sqlx4k---interoperability-between-kotlin-and-rust-using-ffi-part-1/)
28+
- *Introduction to the Kotlin Native and FFI:*
29+
[[Part 1]](https://smyrgeorge.github.io/posts/sqlx4k---introduction-to-the-kotlin-native-and-ffi-part-1/),
30+
[[Part 2]](https://smyrgeorge.github.io/posts/sqlx4k---introduction-to-the-kotlin-native-and-ffi-part-2/)
31+
- *Interoperability between Kotlin and Rust, using FFI:*
32+
[[Part 1]](https://smyrgeorge.github.io/posts/sqlx4k---interoperability-between-kotlin-and-rust-using-ffi-part-1/),
3333
(Part 2 soon)
3434

3535
## Features
@@ -58,7 +58,7 @@ Short deep‑dive posts covering Kotlin/Native, FFI, and Rust↔Kotlin interop u
5858
- Pure Kotlin implementation for MySQL.
5959
- Pure Kotlin implementation for SQLite.
6060

61-
## Supported Databases
61+
### Supported Databases
6262

6363
- `PostgreSQL`
6464
- `MySQL`

0 commit comments

Comments
 (0)