oceanbase/seekdb

[Feature]: [embedded] Support parameterized query

开放

#83 创建于 2025年12月9日

 (4 条评论) (0 个反应) (1 位负责人)C++ (317 个派生)github user discovery
help wantedmodule: embedtype: featurevibe coding: hard

仓库指标

星标
 (2,874 个星标)
PR 合并指标
 (平均合并 3天 3小时) (30 天内合并 47 个 PR)

描述

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.

贡献者指南