SQLiter icon indicating copy to clipboard operation
SQLiter copied to clipboard

Minimal multiplatform sqlite library

Results 51 SQLiter issues
Sort by recently updated
recently updated
newest added

Fixed a bug where the database path gained extraneous characters on the end if slashes got stripped from earlier in the string, and added handling for `file://` url prefixes in...

Currently the default logger prints errors. Also, there's a "trace" level that doesn't seem to be used. Review logging plan.

When throwing sqlite exceptions, it makes sense to pull the error message and include that in the exception. Use `sqlite3_errmsg`. I am concerned that this may have issues in a...

On Apple platforms an explicit linking configuration is usually not required, because `clang` and `swiftc` compilers embed linker commands into `.o` files they produce. These linker commands can be printed...

your readme is laconic up to uselessness ;) The prescribed idea to go somewhere to ask somebody for help was great before poor guy Gutenberg's invention ;)

Dear Library Maintainer, We have just released Kotlin 1.9.21 that fixes critical issue that, in some cases, resulted in the production of incorrect klib libraries. Details: `https://youtrack.jetbrains.com/issue/KT-62515`. We have detected...

Tracking issue for androidNative support. ```kotlin // tier 3 androidNativeArm32() androidNativeArm64() androidNativeX86() androidNativeX64() ```

Linking for Windows and Linux not working in GitHub Actions.

I use sqldelight in a KMM app project. I store sensitive cached data, mostly in the form of base64 encoded images as strings. It's only meant to be used as...