On Mon, Oct 10, 2011 at 9:36 PM, pbreit <[email protected]> wrote:
> Option 1:
> db.define_table('item',Field('tags','list:string'))
>
I am using the Option 1.
for me it is better because I end with pure Python list, which I can run
map, reduce, filter etc...
also contains and belongs are very helpful and fast.
I also think it is the less complicated way.
--
Bruno Rocha
[ About me: http://zerp.ly/rochacbruno ]
[ Aprenda a programar: http://CursoDePython.com.br ]

