tursodatabase/libsql

Implement Statement::raw_bind_parameter() API

Open

#1.696 aberto em 24 de ago. de 2024

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)C (490 forks)batch import
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (16.744 stars)
Métricas de merge de PR
 (Mesclagem média 23h 19m) (1 fundiu PR em 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.

Guia do colaborador