Commit Graph

11 Commits (e8bd50470380fbde0debafd842ea47fbaa525e9c)

Author SHA1 Message Date
Vinícius Garcia e8bd504703 Split the Find function into the Query & QueryOne functions 2020-10-13 21:39:39 -03:00
Vinícius Garcia a3bf34146d Replace Query&QueryNext for the new QueryChunks func 2020-10-09 15:26:00 -03:00
Vinícius Garcia ad77d0a1a0 Add FillSliceWith helper function 2020-09-30 22:11:41 -03:00
Vinícius Garcia 9844cb3e9a Add test for finding multiple users at once 2020-09-30 19:47:32 -03:00
Vinícius Garcia 54fa1f023a Remove GetByID function because it was redundant 2020-09-30 19:41:54 -03:00
Breno Almeida 614cfde4b7 improve iterator.Close to prevent accidental panics 2020-09-28 18:26:17 -03:00
Breno Almeida fabffed6d1 apply linter suggestions & make structToMap public 2020-09-28 16:50:27 -03:00
Breno Almeida cb27801a20 finish implementing query & queryNext funcs 2020-09-24 19:26:59 -03:00
Vinícius Garcia 3f888e0420 Add tests to Update() 2020-09-22 22:15:03 -03:00
Vinícius Garcia d77fd7d679 Add func UpdateStructWith() for facilitating mocking this ORM 2020-09-22 21:07:03 -03:00
Vinícius Garcia 120006008d Rename .go files to be more generic 2020-09-14 15:46:50 -03:00