File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
src/types/docs/persisters Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 11/**
2- * The persister-powersync module of the TinyBase project lets you save and
3- * load Store data to and from a local SQLite database that is automatically
4- * synced using the PowerSync service.
2+ * The persister-powersync module of the TinyBase project lets you save and load
3+ * Store data to and from a local SQLite database that is automatically synced
4+ * using the PowerSync service.
55 * @see Persisting Data guide
66 * @packageDocumentation
77 * @module persister-powersync
8- * @since v4.7 .0
8+ * @since v4.8 .0
99 */
1010/// persister-powersync
1111/**
1212 * The PowerSyncPersister interface is a minor extension to the Persister
1313 * interface.
1414 *
15- * It simply provides an extra getPowerSync method for accessing a
16- * reference to the PowerSync instance the Store is being persisted to.
17- * @since v4.7 .0
15+ * It simply provides an extra getPowerSync method for accessing a reference to
16+ * the PowerSync instance the Store is being persisted to.
17+ * @since v4.8 .0
1818 */
1919/// PowerSyncPersister
2020{
2121 /**
22- * The getPowerSync method returns a reference to the PowerSync instance
23- * the Store is being persisted to.
22+ * The getPowerSync method returns a reference to the PowerSync instance the
23+ * Store is being persisted to.
2424 * @returns A reference to the PowerSync instance.
2525 * @example
2626 * This example creates a Persister object against a newly-created Store and
3737 * persister.destroy();
3838 * ```
3939 * @category Getter
40- * @since v4.7 .0
40+ * @since v4.8 .0
4141 */
4242 /// PowerSyncPersister.getPowerSync
4343}
139139 * persister.destroy();
140140 * ```
141141 * @category Creation
142- * @since v4.7 .0
142+ * @since v4.8 .0
143143 */
144144/// createPowerSyncPersister
You can’t perform that action at this time.
0 commit comments