On Tue, Dec 30, 2014 at 10:04 AM, Paul Everitt <[email protected]> wrote:
> > Wichert’s rest_toolkit especially with its SQLAlchemy support is a good > starting point. It doesn’t, though, introspect models and attempt to make > endpoints. Anybody interested in working on such a thing? > > —Paul > > I created https://github.com/sontek/sqlalchemy_traversal as a proof of concept on how to generate a restful API using SQLAlchemy models. I have no interest in really maintaining it but it would be a good start for anyone looking to do the work. I haven't used it but https://github.com/cenix/everest is very complete and has SQLAlchemy integration as well. > On Dec 30, 2014, at 12:49 PM, Luis Aguirre <[email protected]> wrote: > > Hi guys, > > I'm wondering if exist some restful service in pyramid that can interface > with sqlalchemy directly, just like: > > https://flask-restless.readthedocs.org/en/latest/ > > Any suggestion? > > Thanks a lot! > > Best regards, > > Luis Aguirre > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/pylons-discuss. > For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/pylons-discuss. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
