closeio / cleancat

Validation and serialization library for Python designed to be used with JSON REST frameworks
MIT License
52 stars 8 forks source link

EmbeddedReference base class + SQLAEmbeddedReference #28

Closed wojcikstefan closed 6 years ago

wojcikstefan commented 6 years ago

This PR abstracts away common logic of an embedded reference, makes MongoEmbeddedReference inherit from it, and adds an SQLAEmbeddedReference.

TODOs:

wojcikstefan commented 6 years ago

@thomasst this should be g2g now