pyeve / eve-sqlalchemy

SQLAlchemy data layer for Eve-powered RESTful APIs
http://eve-sqlalchemy.readthedocs.io
Other
232 stars 70 forks source link

eve-sqlalchemy vs sqlalchemy branch in eve #4

Closed arieb closed 9 years ago

arieb commented 9 years ago

How does this project relate to the sqlalchemy branch inside eve? and more importantly which one should be used?

nicolaiarocci commented 9 years ago

This is just off the press: http://nicolaiarocci.com/announcing-eve-sqlalchemy-the-official-sql-extension-for-the-eve-rest-framework/

:smile:

nicolaiarocci commented 9 years ago

PS: sqlalchemy branch on eve repository is going to be removed.

toxsick commented 9 years ago

What still confuses me are imports like this:

from eve.io.sql.decorators import registerSchema

Souldn't it be imported from the extention with from eve_sqlalchemy.decorators import registerSchema

regards Hannes

nicolaiarocci commented 9 years ago

Yeah. Please submit a PR to fix the docs (or wait until Andrew fixes it :smile:)

toxsick commented 9 years ago

here you are #5 :)

nicolaiarocci commented 9 years ago

:+1:

amleczko commented 9 years ago

Thanks for pointing that out.