oceanbase/seekdb

[Feature]: [embedded] Support parameterized query

Open

#83 opened on Dec 9, 2025

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

Repository metrics

Stars
 (2,613 stars)
PR merge metrics
 (Avg merge 3d 3h) (47 merged PRs in 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.

Contributor guide