Skip to content

Commit 2339088

Browse files
authored
Merge pull request #71 from martinbonnin/patch-1
Put maven coordinates in the readme
2 parents 0c31866 + e267348 commit 2339088

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@ Minimal sqlite for Kotlin multiplatform
88
>
99
> We're looking for a Mobile Developer, with Android/Kotlin experience, who is eager to dive into Kotlin Multiplatform Mobile (KMM) development. Come join the remote-first team putting KMM in production. [More info here](https://go.touchlab.co/careers-gh).
1010
11-
SQLiter is a SQLite driver for Kotlin Native, currently Apple and Windows variants. It is designed to serve as a driver
12-
to power user-friendly libraries rather than something to use directly. Currently SQLiter powers the SQLDelight library
11+
SQLiter is a SQLite driver for Kotlin Native, currently Apple and Windows variants. SQLiter powers the SQLDelight library
1312
on native clients.
1413

1514

15+
SQLiter is designed to serve as a driver to power user-friendly libraries rather than something to use directly but if you ever need it, you can find it on mavenCentral:
16+
17+
```
18+
dependencies {
19+
implementation("co.touchlab:sqliter-driver:$version")
20+
}
21+
```

0 commit comments

Comments
 (0)