Hacker News new | ask | show | jobs
by thr0w 24 days ago
> Hmm - I need to map these results onto objects I can use.

What sql client is going to hand you raw text?

> Hmm - wouldn’t it be great if the object tracked changes and could save itself.

Lost me there.

2 comments

> > Hmm - I need to map these results onto objects I can use.

> What sql client is going to hand you raw text?

In python's standard database interface you access columns by index, not name. I figured that's what they're referring to.

Entities