dyedgreen / deno-sqlite

Deno SQLite module
https://deno.land/x/sqlite
MIT License
409 stars 36 forks source link

Support user defined aggregate functions #218

Open dyedgreen opened 1 year ago

dyedgreen commented 1 year ago

This is an extension to #186.

It would be nice to support user-defined (i.e. JS) aggregate functions, in addition to scalar functions. From #216 we have most of the internal plumbing to make this work; the main open question is what API we want to expose to our users.