flywheel
  • Getting Started
  • Models
    • Model Basics
    • Data Types
      • Set types
      • Field Validation
      • Custom Types
    • Schema
      • Local Secondary Indexes
      • Global Secondary Indexes
    • Composite Fields
    • Metadata
  • Table Queries
    • Shorthand
    • Table Scans
  • CRUD
    • Save
    • Refresh
    • Get
    • Delete
    • Sync
      • Safe Sync
      • Atomic Increment
      • Atomic Add/Remove
      • Sync-if-Constraints
    • Default Conflict Behavior
  • Developing
    • Running Tests
  • Changelog
    • 0.4.3
    • 0.4.2
    • 0.4.1
    • 0.4.0
    • 0.3.0
    • 0.2.1
    • 0.2.0
    • 0.1.3
    • 0.1.2
    • 0.1.1
    • 0.1.0
  • flywheel package
    • Subpackages
      • flywheel.fields package
        • Submodules
        • Module contents
    • Submodules
      • flywheel.compat module
      • flywheel.engine module
      • flywheel.model_meta module
      • flywheel.models module
      • flywheel.query module
      • flywheel.tests module
    • Module contents
 
flywheel
  • Docs »
  • Flywheel - Object Mapper for DynamoDB
  • Edit on GitHub

Flywheel - Object Mapper for DynamoDB¶

Flywheel is a library for mapping python objects to DynamoDB tables. It uses a SQLAlchemy-like syntax for queries.

Code lives here: https://github.com/mathcamp/flywheel

User Guide¶

  • Getting Started
  • Models
    • Model Basics
    • Data Types
    • Schema
    • Composite Fields
    • Metadata
  • Table Queries
    • Shorthand
    • Table Scans
  • CRUD
    • Save
    • Refresh
    • Get
    • Delete
    • Sync
    • Default Conflict Behavior
  • Developing
    • Running Tests
  • Changelog
    • 0.4.3
    • 0.4.2
    • 0.4.1
    • 0.4.0
    • 0.3.0
    • 0.2.1
    • 0.2.0
    • 0.1.3
    • 0.1.2
    • 0.1.1
    • 0.1.0

API Reference¶

  • flywheel package
    • Subpackages
      • flywheel.fields package
    • Submodules
      • flywheel.compat module
      • flywheel.engine module
      • flywheel.model_meta module
      • flywheel.models module
      • flywheel.query module
      • flywheel.tests module
    • Module contents

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2013, Steven Arcangeli.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: 0.4.3
Versions
latest
0.4.3
0.4.2
0.4.1
0.3.0
0.2.1
0.1.3
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.