con un clic
duckdb-c-extension
Custom C++ bindings for DuckDB focusing on fast data ingestion.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Custom C++ bindings for DuckDB focusing on fast data ingestion.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | DuckDB C++ Extension |
| description | Custom C++ bindings for DuckDB focusing on fast data ingestion. |
duckdb_ext)A high-performance Cython wrapper around duckdb, exposing the Appender API for bulk ingestion. Built using DuckDB amalgamation for maximum portability.
Run python3 setup.py build_ext --inplace in extensions/cpp/duckdb/cython.
import duckdb_ext
db = duckdb_ext.PyDuckDB(":memory:") # or path
con = duckdb_ext.PyConnection(db)
con.query("CREATE TABLE foo (i INT)")
appender = duckdb_ext.PyAppender(con, "foo")
appender.begin_row()
appender.append_int32(42)
appender.end_row()
appender.flush()
duckdb.cpp + duckdb.hpp)Reference for OS and Kernel parameter optimization on the QuanuX Edge.
Reference for using the QuanuX Control CLI (quanuxctl).
Official Figma Developer MCP integration for QuanuX. Allows agents to inspect designs, extract variables, and generate code from Figma files.
The authoritative "School of Architecture" for building QuanuX Extensions (Sidecars). Enforces the QXP protocol, Go runtime preference, and privacy-first security model.
Instructions for operating and configuring the SignalR Bridge for TopstepX.
Guidelines for adding functions to the AST translation map for QuanuX-Annex duckdb transpiler