PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
May 20, 2026Proceedings of the ACM on Management of Data1 citations

Automating Database-Native Function Code Synthesis with LLMs

View Full Paper
WZWei ZhouXZX ZhouQHQikang He

Key Points

  • The aim is to develop an LLM-based system for automatically synthesizing database native functions to meet increasing demands.
  • Proposed DBCooker system integrates a function characterization module, synthesis operations, and adaptive orchestration.
  • Function characterization aggregates declarations, identifies specialized units, and traces dependencies.
  • Employs a three-level validation strategy for ensuring correctness and compliance.
  • DBCooker outperformed state-of-the-art methods on SQLite, PostgreSQL, and DuckDB with 34.55% higher accuracy.
  • Successfully synthesized four new function categories absent in latest SQLite version.
  • Integration with existing database tools is dynamically orchestrated based on prior synthesis history.

Abstract

Database systems incorporate an ever-growing number of functions built in their kernels (a.k.a., database native functions) for scenarios like new application support and business migration. This growth causes an urgent demand for automatic database native function synthesis. While recent advances in LLM-based code generation (e.g., Claude Code) show promise, existing approaches are too generic for database-specific development. They often hallucinate or overlook critical context because database function synthesis is inherently complex and error-prone, where synthesizing a single database function may involve registering multiple function units (e.g., for different input types), placing code in the correct source files, linking internal references, and implementing logic correctly. To this end, we propose DBCooker , an LLM-based system for automatically synthesizing database native functions. The system consists of three key components. First, the function characterization module aggregates multi-source declarations, identifies function units that require specialized coding through hierarchical analysis, and traces cross-unit dependencies via static analysis. Second, we design operations to address the main synthesis challenges: (1) a pseudo-code–based coding plan generator that constructs structured implementation skeletons by identifying key elements such as reusable referenced functions; (2) a hybrid fill-in-the-blank model guided by probabilistic priors and component awareness to integrate core logic with reusable routines; and (3) three-level progressive validation , including syntax checking, standards compliance, and LLM-guided semantic verification. Finally, an adaptive orchestration strategy unifies these operations with existing database tools and dynamically sequences them based on the orchestration history of similar functions. Results show that our system outperforms state-of-the-art methods on SQLite, PostgreSQL, and DuckDB (34.55% higher accuracy on average), and can synthesize four categories of new functions absent in the latest SQLite (v3.50). The code is available at https://github.com/weAIDB/DBCooker .

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Zhou et al. (2026) studied this question.

synapsesocial.com/papers/6a0d50f3f03e14405aa9d1b4https://doi.org/10.1145/3802018
Ask AI
Helpful
Bookmark
Share
View Full Paper