tursodatabase / tursodatabase/libsql

Desired features exposed in C bindings

Open
#475 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
17.2k
Forks
531
Avg merge
1h 12m
Merged PRs (30d)
1

Description

There are a few features that would be nice to expose in the C bindings for client development. The list can grow but as of now these are the features I want to implement in a client library.

There are several others but these should be enough to get a mostly useful client library running.

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.

Research direction

Start in bindings/c/src/lib.rs, especially the currently stubbed query binding, and compare it with the linked Rust Database and Connection APIs. Done means exposing open_remote, changes, last_insert_row_id, and query with both positional and named parameters so a mostly useful client library can use them.

Written by the indexing model from the issue text.

Assessment

Tech stack
c, rust, sqlite
Domain
api, database
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.