shopify-api-js
shopify-api-js copied to clipboard
SQLiteSessionStorage should accept a DB instance, too
Probably something like:
new SQLiteSessionStorage(filePath)
and then we add a new, static constructor:
SQLiteSessionStorage.withDB(sqliteDBInstance)