deno.com

interface CreateSessionOptions

Properties #

#table: string | undefined
optional

A specific table to track changes for. By default, changes to all tables are tracked.

#db: string | undefined
optional

Name of the database to track. This is useful when multiple databases have been added using ATTACH DATABASE.