Logo

Documentation

  • Introduction
  • Quickstart
  • Documentation
  • API Reference
    • AttributeOptions
    • AttributeOptionsSize
    • AttributesDefinition
    • Foreign keys
    • ForeignKeyActions
    • ForeignKeyOptions
    • IndexAttributes
    • IndexDefinition
    • IndexOptions
    • IndexesDefinition
    • Method
    • Methods
    • special methods
    • Model
    • Model attributes
    • Where condition
    • Transaction
    • primary key
    • ModelOptions
    • Sedentary
    • SedentaryOptions
    • Type
  • Development
Project name not set
  • API Reference
  • View page source

API Reference

  • AttributeOptions
    • AttributeOptions.defaultValue
    • AttributeOptions.fieldName
    • AttributeOptions.notNull
    • AttributeOptions.unique
  • AttributeOptionsSize
  • AttributesDefinition
  • Foreign keys
  • ForeignKeyActions
  • ForeignKeyOptions
    • ForeignKeyOptions.onDelete
    • ForeignKeyOptions.onUpdate
  • IndexAttributes
  • IndexDefinition
  • IndexOptions
    • IndexOptions.attributes
    • IndexOptions.type
    • IndexOptions.unique
  • IndexesDefinition
  • Method
  • Methods
  • special methods
  • Model
  • Model attributes
    • Model.load(where[, order][, limit][, tx][, lock])
    • Model.cancel(where[, tx])
  • Where condition
    • Entry.save()
    • Entry.remove()
  • Transaction
  • primary key
  • ModelOptions
    • ModelOptions.indexes
    • ModelOptions.int8id
    • ModelOptions.parent
    • ModelOptions.primaryKey
    • ModelOptions.sync
    • ModelOptions.tableName
  • Sedentary
    • new Sedentary([options])
    • new SedentaryPG(connection[, options])
    • sedentary.client()
    • sedentary.connect([sync])
    • sedentary.end()
    • sedentary.begin()
    • sedentary.sync()
    • sedentary.model(name, attributes[, options [, methods]])
    • Type functions
    • sedentary.Boolean([options])
    • sedentary.DateTime([options])
    • sedentary.FKey(attribute[, options])
    • sedentary.Float([options])
    • sedentary.Int([options])
    • sedentary.Int8([options])
    • sedentary.JSON([options])
    • sedentary.None([options])
    • sedentary.Number([options])
    • sedentary.VarChar([options])
  • SedentaryOptions
    • SedentaryOptions.autoSync
    • SedentaryOptions.log
    • SedentaryOptions.sync
  • Type
    • type function
    • data types
Previous Next

© Copyright .

Built with Sphinx using a theme provided by Read the Docs.