3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)C490 forks (490 forks)batch import
enhancementgood first issuehelp wanted
Repository metrics
- Stars
- 16,744 stars (16,744 stars)
- PR merge metrics
- Avg merge 23h 19m (Avg merge 23h 19m)1 merged PR in 30d (1 merged PR in 30d)
Description
Let's implement the raw_bind_parameter API from rusqlite. It's useful for language bindings, for example, that need to support binding.
Contributor guide
- Research direction
- Review the rusqlite raw bind parameter implementation and understand libSQL's internal binding mechanism to implement the API.
- Tech stack
- c
- Domain
- databaseapi
- Issue type
- Feature
- Prerequisites
- CSQLite internals