Skip to main content

DBAdapterListener

Extends

Indexable

[key: string]: ((...event) => any) | undefined

Properties

PropertyTypeDescription
tablesUpdated(updateNotification) => voidListener for table updates. Allows for single table updates in order to maintain API compatibility without the need for a major version bump The DB adapter can also batch update notifications if supported.