tursodatabase/libsql

Implement Statement::raw_bind_parameter() API

Open

#1,696 opened on Aug 24, 2024

View on GitHub
 (3 comments) (0 reactions) (0 assignees)C (16,744 stars) (490 forks)batch import
enhancementgood first issuehelp wanted

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