shopify-api-js icon indicating copy to clipboard operation
shopify-api-js copied to clipboard

SQLiteSessionStorage should accept a DB instance, too

Open surma opened this issue 3 years ago • 0 comments

Probably something like:

new SQLiteSessionStorage(filePath)

and then we add a new, static constructor:

SQLiteSessionStorage.withDB(sqliteDBInstance)

surma avatar Jun 08 '22 13:06 surma