Kotlin / Kotlin/dataframe

Improve SQLite experience

Open
#864 0 comments 0 reactions 1 assignee View on GitHub

@zaleslaw is already working on this.

Since Nov 22, 2025.

databases enhancement
Dominant language
Kotlin
Stars
1.1k
Forks
83
Avg merge
4d 12h
Merged PRs (30d)
30

Description

          Also i had to google some extra to find how do i read SQLite file. Like, it's a file, right? We have Connection, DbConnectionConfig or URL, so there's no direct option to open it. You need to know this syntax "sqlite://path/to/file.db". I don't use JDBC often, so i don't remember it :( I suggest to either put it here, or invent some API to easily open sqlite files. For example, a factory function `DbConnectionConfig.Sqlite(file)`

Originally posted by @koperagen in https://github.com/Kotlin/dataframe/pull/857#discussion_r1761142198

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.