gocraft/dbr

Question: sess.Load when database structure unknown

simonmeusel opened this issue · 1 comments

How can I load rows from the database into to a variable, if I don't know what fields the database table consists of? Because then I can't build a struct, because I don't know the fields.

This feature is currently not supported.