UNPKG

jsstore

Version:

Harness the power of JsStore to streamline database operations in your web applications. With its SQL-like API, JsStore simplifies IndexedDB interactions, enabling developers to easily query, filter, and manipulate data with familiar syntax and efficiency

10 lines (9 loc) 220 B
var output = require('child_process').execSync( "$TRAVIS_BRANCH" ).toString().trim(); if (output === "master") { require('child_process').execSync( "npm run test:sauce" ) } // process.exit(0);