I could setup the app correctly and got some results using simple GET on the collections.
I noticed however some quirks:
the _id field can't be renamed through the schema (I have tried field_id but it is not used...). I could use ID_FIELD but then all models should have the same name for the key ==> could be replaced by the primary_key of the class.
I could not see embedded objects (ie relations) in queries
Would it be possible to build as a tutorial/doc a simple example with the classical Items / Orders SA model example to see how a minimal example can work ?
I have tried to use sqlalchemy-eve to build some REST service around https://github.com/sdementen/piecash SA models.
I could setup the app correctly and got some results using simple GET on the collections. I noticed however some quirks:
Would it be possible to build as a tutorial/doc a simple example with the classical Items / Orders SA model example to see how a minimal example can work ?