> Well, documentation at least ;-) I must disagree. I tried posting something here and I will make my point again since the post did not go through. I was very into TG and to tell you the truth, documentation was and is bad period. Not taking anything away from TG at all. Just a constructive criticism. I had the book for TG1 and it was not enough. The examples were not complete and lets not even go to TG2. I happen to come across web2py through this thread and gave web2py a shot. Since I was looking for solid documentation that could lead me through a COMPLETE example and eventually a complete project, web2py made it!!! I was instantly sold into the idea of choosing it over TG. As far as functionality, yes, SQLAlchemy has some interesting/easier way of interacting with DB's, however, I agree with Pierro with the points he makes. RDBM is going to be RDBM no matter what and you can accomplish whatever using either database approach. SQLAlchemy seems to be just a facilitator. But BUT web2py is already been one hell of a facilitator with all the other faces of developing a WebApp. This after just one day of trying web2py. I am totally sold!!! into it..
On Apr 25, 1:21 pm, Antoine Pitrou <[email protected]> wrote: > On Apr 24, 9:44 pm, mdipierro <[email protected]> wrote: > > > > > Other than for accessing legacy databases why would one need > > SQLAlchemy over the web2py DAL? What functionality is missing in th > > web2py DAL that is in SQLAlchemy? > > Well, documentation at least ;-) > And since online documentation for web2py's ORM seems scarce, it's > difficult for me to find out which features of SQLAlchemy it does or > doesn't support. > If you read the SQLAlchemy documentation, you'll see that the feature > set is quite massive and covers a *lot* of use cases. It is, at least, > good to know that one likely won't be limited by the power of the > database access layer. > > Regards > > Antoine. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

