Skip to content

v4.3.14

Choose a tag to compare

@jamesgpearce jamesgpearce released this 12 Oct 17:44
· 1920 commits to main since this release

This release adds a convenient accessor to each Persister object so that you can get back a reference to the underlying storage (or name). For example, the Sqlite-based persisters all have a getDb() method to retrieve the underlying database connection, the PartyKit persister has a getConnection() method, and so on.