go-sqlite3
go-sqlite3 copied to clipboard
Support for custom window functions
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