forked from TryGhost/node-sqlite3
-
Notifications
You must be signed in to change notification settings - Fork 0
Extensions
Konstantin Käfer edited this page Mar 18, 2011
·
3 revisions
Loads a compiled SQLite extension into the database connection object.
-
path: Filename of the extension to load. -
callback(optional): If provided, this function will be called when the extension was loaded successfully or when an error occurred. The first argument is an error object. When it isnull, loading succeeded. If no callback is provided and an error occurred, anerrorevent with the error object as the only parameter will be emitted on the database object.