Configuration options for creating SQLite sessions. Used with DatabaseSync.createSession() to track database changes.
DatabaseSync.createSession()
Optional
Readonly
The database name.
"main" Copy
"main"
The table to track changes for. If omitted, all tables are tracked.
Configuration options for creating SQLite sessions. Used with
DatabaseSync.createSession()to track database changes.