oceanbase/seekdb

[Feature]: [embedded] Support parameterized query

Open

#83 aberto em 9 de dez. de 2025

Ver no GitHub
 (4 comments) (0 reactions) (1 assignee)C++ (242 forks)github user discovery
help wantedmodule: embedtype: featurevibe coding: hard

Métricas do repositório

Stars
 (2.613 stars)
Métricas de merge de PR
 (Mesclagem média 3d 3h) (47 fundiu PRs em 30d)

Description

Use Case

Currently, embedded execute interface only support a SQL string parameter. But it's unsafe and difficult to process strings with "'".

Describe the solution you'd like

Support parameterize query interface like pymysql.

Guia do colaborador