On 12-02-2012 19:15, Steinar Midtskogen wrote: > Hello > > Has anyone collected a library of extensions to SQLite, such as useful > aggregate functions, modules, etc? > > There is http://www.sqlite.org/contrib and extension-functions.c, but > is there more out there? >
You can Google for: sqlite extension functions And you will find within the first 10 results a link to: http://brayden.org/twiki/bin/view/Software/SqliteExtensions But, you might get better results if you add the function you are looking for.... another link: http://reddog.s35.xrea.com/wiki/SQLite%20user%20function.html _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

