[web2py] Re: Activerecord for web2py - version 0.1

2010-01-17 Thread Jake
Very cool man! Good work. Can't wait to see where this goes! Jake -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@g

[web2py] Re: Activerecord for web2py - version 0.1

2010-01-17 Thread Jon Romero
If you want I can post a full working application. It's awesome because it reduces the amount of code that needs to be written and (in later versions) I am thinking about putting a Proxy class that does caching. Of course this is a ROUGH prototyping (for example I can setattr for every function tha

[web2py] Re: Activerecord for web2py - version 0.1

2010-01-17 Thread K.R.Arun
interesting keep going :-) On Jan 17, 6:44 pm, Jon Romero wrote: > I created a small lib which adds an abstraction over DAL and makes it > feel like Rails' Activerecord. > For example: > user = User.find_by_name("Jon") > > It creates queries on the fly (you don't have to create a function > '