Interesting. I made something about a year ago that did the opposite. You give it postgresql login credentials and it creates the web.py pages necessary to populate the database. I got frustrated trying to get date/time/ timestamp/time zones working between postgresql and python generated code.
Funny though, because if I had to do it again I would probably just use django this time too. :o) On Jan 5, 10:17 pm, benhoyt <[email protected]> wrote: > Hi guys, > > I recently made ORM, a module that maps database rows to objects. It's > a thin layer on top of web.py's equally thin database wrapper. I've > just written a blog entry with a couple of examples, so you can read > more here: > http://blog.brush.co.nz/2010/01/mro/ > > I've release it with a BSD license, so go ahead and use it! (I haven't > actually tested it with the latest version of web.py, so let me know > if you have any issues.) Here's a direct link to the source: > http://blogstatic.micropledge.com/2010/01/mro.py.txt > > And the shameless plug: feel free to upvote it on news.YC or > prog.reddit. :-) > http://news.ycombinator.com/item?id=1034049 > http://www.reddit.com/r/programming/comments/am1js/ > > Cheers, > Ben.
-- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
