I have a project with heavily uses the libsqlitefunctions extension. It is a
bit annoying to "select load_extension('...')" for every connection.Is it possible to compile an sqlite.dll which already has the extension embedded so that the functions provided can be used without further initialization required? _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

