You're probably looking for SQLAlchemy:

http://www.sqlalchemy.org/
http://pyramid.readthedocs.org/en/1.3-branch/tutorials/wiki2/index.html

and specifically the ORM:

http://docs.sqlalchemy.org/en/latest/orm/tutorial.html.

On 18 April 2012 17:31, Houmie <[email protected]> wrote:

> Hi,
>
> I am switching from .NET MVC to the world of Linux/Python.  In .NET
> MVC/Entity Framework 4.1 you can create your data models in code and
> when compiling the tables, columns and even relationships between the
> tables are created automatically for you.  All I have to do then is to
> do a .save() on my proxy to save the data etc.
>
> I am exploring the Python frameworks and came across Django and
> Pyramid.
> It seems Django can do the above as well, but I couldn't see from the
> tutorials if something like this is doable in Pyramid as well?
>
> Btw is there any book for Pyramid out there?
>
> Many Thanks,
> Houman
>
> --
> You received this message because you are subscribed to the Google Groups
> "pylons-discuss" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/pylons-discuss?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to