Nathan Anderson
Results
1
issues of
Nathan Anderson
Based on the sparse readme examples, I've got an insert query that looks like ``` var results map[string]interface{} // I also tried the type RequestError, no luck err := supaClient.DB.From("table").Insert(user).Execute(results)...