LibSqlPersister
The LibSqlPersister interface represents a Persister that lets you save and load Store data to and from a local LibSQL database.
You should use the createLibSqlPersister function to create a LibSqlPersister object.
It is a minor extension to the Persister interface and simply provides an extra getClient method for accessing a reference to the database client the Store is being persisted to.
Since
v4.7.0