TinyBase logoTinyBase β

MsSqlPersister

The MsSqlPersister interface represents a Persister that lets you save and load Store data to and from a SQL Server database, via the mssql module.

You should use the createMsSqlPersister function to create an MsSqlPersister object.

It is a minor extension to the Persister interface and simply provides an extra getMsSql method for accessing a reference to the database connection the Store is being persisted to.

Since

10.0.0

Getter methods

Listener methods

Lifecycle methods

Load methods

Save methods

Development methods