How to use the jsstore.DATA_TYPE.Boolean function in jsstore

To help you get started, we’ve selected a few jsstore examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github mvdicarlo / postybirb / src / app / database / tables / submission.table.ts View on Github external
name: 'title',
    dataType: DATA_TYPE.String,
    default: 'New Submission'
  }, {
    name: 'rating',
    dataType: DATA_TYPE.String
  }, {
    name: 'submissionType',
    dataType: DATA_TYPE.String,
    notNull: true
  }, {
    name: 'schedule',
    dataType: DATA_TYPE.Number
  }, {
    name: 'isScheduled',
    dataType: DATA_TYPE.Boolean,
    default: false
  }, {
    name: 'fileInfo',
    dataType: DATA_TYPE.Object
  }, {
    name: 'additionalFileInfo',
    dataType: DATA_TYPE.Array
  }, {
    name: 'fileMap',
    dataType: DATA_TYPE.Object
  }, {
    name: 'formData',
    dataType: DATA_TYPE.Object
  }, {
    name: 'postStats',
    dataType: DATA_TYPE.Object

jsstore

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

MIT
Latest version published 1 month ago

Package Health Score

71 / 100
Full package analysis