extension-template icon indicating copy to clipboard operation
extension-template copied to clipboard

Template for DuckDB extensions to help you develop, test and deploy a custom extension

Results 28 extension-template issues
Sort by recently updated
recently updated
newest added

I compiled the project with `make` and it successfully created the DuckDB CLI and a loadable extension `.duckdb_extension`. Now I downloaded the latest DuckDB CLI binary from `https://github.com/duckdb/duckdb/releases/download/v0.10.2/duckdb_cli-linux-amd64.zip` and tried...

Hey there! I am working on https://github.com/NickCrews/libpostal-duckdb I have a question for distributing in regards to how portable an extension file is. If I build an extension for - x86...

This issue groups a few nice-to-have features we would like to see added. Issue will be updated as we think of more, feel free to contribute ideas - [ ]...

This is a great start, I admire what you folks are doing! I wonder if there is any plan to provide an API to register Python functions as UDF or...

There's a [repository](https://github.com/cookiecutter/cookiecutter) that can create parameterized templates, maybe we can use this instead of the `set_extension_name.py` script

I am receiving segmentation faults when trying to install and load in python import duckdb # Connect to an in-memory DuckDB database with the required configuration con = duckdb.connect(':memory:', config={'allow_unsigned_extensions':...

I manage to build this example **quack** extension **without** using default `Makefile` or `CMakeLists.txt`. The building procedure is listed in the makrdown file` [build_procedure.md](https://github.com/user-attachments/files/17269902/build_procedure.md) `, and I also list it...

just getting setup and this seems to have changed

What is the recommended process for upgrading `duckdb` and `extension-ci-tools` submodules? I have changed the duckdb stable version in `.github/workflows/MainDistributionPipeline.yml` as mentioned in [README](https://github.com/duckdb/extension-template?tab=readme-ov-file#versioning-of-your-extension). I believe this will take care...