Closed
Description
Issue opened for the creation of a wiki page that summarizes the doubts and problems for newbies (#210).
In README.md is suggested the use of:
- PostgreSQL arrays: http://www.postgresqltutorial.com/postgresql-array or
- specific table.
Any hint for indexes and columns?
Can we use something like:
type AuthToken struct {
Pid string `db:"type:varchar(100)"` // maybe an index?
Token string // maybe an index here?
}
What are the advice of an expert to a newbie in this case?
Metadata
Metadata
Assignees
Labels
No labels