Bun

interface

sqlite.CreateSessionOptions

interface CreateSessionOptions

  • db?: string

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

  • table?: string

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