Open
Description
Hi, I notice that in NewStoreWithDB function, MyISAM is specified to to create table.
Would you please expain why MyISAM is needed?
func NewStoreWithDB(db *sql.DB, tableName string, gcInterval int) *Store {
store := &Store{
db: &gorp.DbMap{Db: db, Dialect: gorp.MySQLDialect{Encoding: "UTF8", Engine: "MyISAM"}},
tableName: "oauth2_token",
stdout: os.Stderr,
}
Metadata
Metadata
Assignees
Labels
No labels