11 comments (11 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust1,001 forks (1,001 forks)github user discovery
enhancementgood first issuehelp wanted
Repository metrics
- Stars
- 19,103 stars (19,103 stars)
- PR merge metrics
- Avg merge 2d 11h (Avg merge 2d 11h)147 merged PRs in 30d (147 merged PRs in 30d)
Description
The SQLite C API in the limbo_sqlite3 crate is very basic. Let's improve it to cover enough to run some basic applications.
Contributor guide
- Research direction
- Study the existing C API in the limbo sqlite3 crate and identify missing functions needed for basic applications. Look at the SQLite C API reference to understand common functions and how to implement them safely in Rust.
- Tech stack
- rustc
- Domain
- databasebackend
- Issue type
- Feature
- Prerequisites
- RustCSQLiteFFI