oceanbase/seekdb

[Feature]: [embedded] Support parameterized query

Open

#83 opened on 2025年12月9日

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
 (平均マージ 3d 3h) (30d で 47 merged PRs)

説明

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.

コントリビューターガイド