# SQLiter **Repository Path**: mirrors_chrisbanes/SQLiter ## Basic Information - **Project Name**: SQLiter - **Description**: Minimal multiplatform sqlite library - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-13 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.