go-ozzo / ozzo-dbx

A Go (golang) package that enhances the standard database/sql package by providing powerful data retrieval methods as well as DB-agnostic query building capabilities.
MIT License
634 stars 90 forks source link

Postgres schemas. #26

Closed diselop closed 8 years ago

diselop commented 8 years ago

Hello! How can i name of model for "media.image" table?

qiangxue commented 8 years ago

Define a TableName() method: https://github.com/go-ozzo/ozzo-dbx#crud-operations