# SQLite on Kotlin/Native - Kevin Galligan

DevFeed: [SQLite on Kotlin/Native - Kevin Galligan](<https://devfeed.tech/articles/sqlite-on-kotlin-native-kevin-galligan-38320.md>)

Original publisher: [Read original article](<https://touchlab.co/sqlite-on-kotlin-native>)

Published: 2018-06-25T15:02:46Z

Content type: release

Language: en

Sources: [Touchlab | Enterprise Mobile Innovation & Development](<https://devfeed.tech/sources/touchlab-enterprise-mobile-innovation-development.md>)

Topics: [SQLite](<https://devfeed.tech/topics/sqlite.md>), [kotlin-native](<https://devfeed.tech/topics/kotlin-native.md>), [multiplatform](<https://devfeed.tech/topics/multiplatform.md>), [Android](<https://devfeed.tech/topics/android.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [built-by-touchlab](<https://devfeed.tech/tags/built-by-touchlab.md>), [code-sharing](<https://devfeed.tech/tags/code-sharing.md>), [featured](<https://devfeed.tech/tags/featured.md>), [implementation](<https://devfeed.tech/tags/implementation.md>), [kotlin-multiplatform](<https://devfeed.tech/tags/kotlin-multiplatform.md>), [kotlin-native](<https://devfeed.tech/tags/kotlin-native.md>), [memory](<https://devfeed.tech/tags/memory.md>), [multiplatform](<https://devfeed.tech/tags/multiplatform.md>), [press](<https://devfeed.tech/tags/press.md>), [project](<https://devfeed.tech/tags/project.md>), [release](<https://devfeed.tech/tags/release.md>), [repo](<https://devfeed.tech/tags/repo.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [test](<https://devfeed.tech/tags/test.md>), [threading](<https://devfeed.tech/tags/threading.md>)

## AI overview

The article announces an early release of an Android SQLite stack adapted for Kotlin/Native and usable in multiplatform projects. It describes the project structure, iOS implementation, ported tests, sample applications, and known limitations related to Kotlin/Native's memory and threading model.

## Source excerpt

We're releasing an early-ish version of Sqlite for K/N. It's a version of the Android Sqlite stack for K/N, that can be used in multiplatform projects.