dev-master 2015-11-20 15:10 UTC

This package is auto-updated.

Last update: 2024-03-28 03:14:54 UTC


README

Downloads this Month Build Status License

work in progress.

Features

  • entity types (enum)
  • entity props
    • prop_type
      • bool
      • int
      • float
      • string (< 256)
      • text (>256)
    • (un)serialization
      • DateTime
      • JSON
  • entity relationships

To-do

  • schema definition
  • schema based props and relationships
  • schema based validation
  • helper functions
    • fetching
    • pagination
    • order
    • relationship search
  • forms generation
  • api generation
  • graphql interface
  • relay integration