NodesqliteCreateSessionOptionsinterface CreateSessionOptionsProperties ##table: string | undefined optionalA specific table to track changes for. By default, changes to all tables are tracked. #db: string | undefined optionalName of the database to track. This is useful when multiple databases have been added using ATTACH DATABASE.
interface CreateSessionOptionsProperties ##table: string | undefined optionalA specific table to track changes for. By default, changes to all tables are tracked. #db: string | undefined optionalName of the database to track. This is useful when multiple databases have been added using ATTACH DATABASE.