Skip to content

ViliamKopecky/model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flexible data model

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

About

Flexible website model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages