go-sqlite3 icon indicating copy to clipboard operation
go-sqlite3 copied to clipboard

Support for custom window functions

Open ohaibbq opened this issue 1 year ago • 0 comments

Hi, thanks for your development on this project! I have a use case for registering a custom window function with the SQLite driver.

Is there planned development for a conn.RegisterWindowFunction that uses sqlite3_create_window_function so new window functions can be written in Go?

https://www.sqlite.org/windowfunctions.html#udfwinfunc

ohaibbq avatar Feb 05 '24 06:02 ohaibbq