How to load extensions into SQLite?
问题 I need a standard deviation function in SQLite. I have found one here: http://www.sqlite.org/contrib?orderby=date but its part of an extension file to SQLite. I've never installed one of these before and I don't know how to. I found this existing function, load_extension , at http://www.sqlite.org/lang_corefunc.html, but I don't understand what the parameters X and Y are. Basically, I need someone to give me a step by step guide on how to install the aggregate extension file. Can anyone do