matthewmueller / pogo

Type-safe Database Client for Go. Supports PostgreSQL and SQLite.
MIT License
6 stars 0 forks source link

JSON input should by interface{} #15

Open matthewmueller opened 6 years ago

matthewmueller commented 6 years ago
if _, err := report.Insert(c.db, report.New().
  UserID(userID).
  StandupID(standupID).
  Questions(w.State),

Questions should be an interface{}