Skip to content
/ SQLiter Public
forked from touchlab/SQLiter

Minimal multiplatform sqlite library

Notifications You must be signed in to change notification settings

qodana/SQLiter

 
 

Repository files navigation

SQLiter

Minimal sqlite for Kotlin multiplatform

example workflow name

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!

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. Post in the "#touchlab-tools" channel.

For direct assistance, please contact Touchlab to discuss support options.

About

Minimal multiplatform sqlite library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 70.2%
  • Kotlin 27.7%
  • Other 2.1%