tursodatabase/libsql

Support register user-defined functions from rust

alekitto opened this issue · 0 comments

Hi,
As I can see, a Rust function cannot be registered in a connection with a Rust version of create_scalar_function, create_aggregate_function or create_window_function.

Am I missing something or these calls are not present?
Are they planned to be implemented?