marcboeker / go-duckdb

go-duckdb provides a database/sql driver for the DuckDB database engine.
MIT License
646 stars 97 forks source link

Add support for create_function() #267

Open localhosted opened 4 weeks ago

localhosted commented 4 weeks ago

Is it possible to add support for the create_function that exists in the python API?

https://duckdb.org/docs/api/python/function.html

The C++ lib has it as well: https://duckdb.org/docs/api/cpp#udf-api

JAicewizard commented 1 week ago

There are PRs in the work that add table and scalar functions! Can't say when they will be merged