# Functions
InitDriver ensures that the sqlite3 driver is initialized.
Registers a hook against dbName that will populate the passed buffer with sqliteWatchChange messages each time a change is executed against the database.
# Structs
SQLChangeBuffer accumulates sqliteWatchChanges and allows them to be popped off later when writing the changelog.
No description provided by the author
No description provided by the author