stephenafamo/bob

Docs about timestamp mapping from SQL to generated Code.

guettli opened this issue · 1 comments

I am missing docs about how timestamps get mapped from SQL to the generated code.

I am using sqlite.

Most drivers can marshal the data received from the database into time.Time so nothing extra is really needed.

Did you face any issues with timestamps?