v4.3.14
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.