dear Joe

rows = db().select(db.table.ALL) is a list of records

and rows[0] is first record, rows[1] is second ...


as pbreit mentioned this works
row = db.table(id)

and this
row = db.table[id]

Reply via email to