Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/touchlab/SQLiter
Minimal multiplatform sqlite library
https://github.com/touchlab/SQLiter
kotlin-library kotlin-multiplatform kotlin-native sqlite
Last synced: 6 days ago
JSON representation
Minimal multiplatform sqlite library
- Host: GitHub
- URL: https://github.com/touchlab/SQLiter
- Owner: touchlab
- Created: 2018-10-30T19:08:53.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T21:25:12.000Z (8 months ago)
- Last Synced: 2024-04-18T00:13:33.681Z (7 months ago)
- Topics: kotlin-library, kotlin-multiplatform, kotlin-native, sqlite
- Language: C
- Homepage: https://touchlab.co
- Size: 4.07 MB
- Stars: 167
- Watchers: 16
- Forks: 33
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-kotlin-multiplatform - SQLiter - Minimal multiplatform sqlite library (Libraries / Storage)
- kmp-awesome - SQLiter - SQLite driver (Libraries / 📦 Storage)
- awesome-kotlin-multiplatform - SQLiter - Minimal multiplatform sqlite library. (Database / SQL)
README
# SQLiter
Minimal sqlite for Kotlin multiplatform
![example workflow name](https://github.com/touchlab/SQLiter/workflows/build/badge.svg)
> ## Subscribe!
>
> We build solutions that get teams started smoothly with Kotlin Multiplatform Mobile and ensure their success in production. Join our community to learn how your peers are adopting KMM.
[Sign up here](https://go.touchlab.co/newsletter-gh)!SQLiter is a SQLite driver for Kotlin Native, currently Apple and Windows variants. SQLiter powers the SQLDelight library
on native clients.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:
```
dependencies {
implementation("co.touchlab:sqliter-driver:$version")
}
```## Getting Help
SQLiter support can be found in the Kotlin Community Slack, [request access here](http://slack.kotlinlang.org/). Post in the "[#touchlab-tools](https://kotlinlang.slack.com/archives/CTJB58X7X)" channel.
For direct assistance, please [contact Touchlab](https://go.touchlab.co/contactus-gh) to discuss support options.