I am looking to add aggregate functions based on Robert Harvey's response here where he points to this page. I see the first file [extension-functions.c ], which is what I need (the variance function in particular).
How do I add this file's functionality to my sqlite3 console? Will it matter if I am working on a Mac?
I have tried searching for answer presuming the file is called an extension but the word extension also means what goes at the end of the file (.db, .db3 or .sqlite3) so Google hasn't been useful.