Commit Graph

9 Commits (ff4952da65ce65207289ca29a001cf6598a31da0)

Author SHA1 Message Date
Vinícius Garcia d56edab07a Rerun `make setup` and `go mod tidy` 2021-03-02 22:00:34 -03:00
Vinícius Garcia e1e711dc91 Add a Benchmark comparing us with the sqlx package 2021-01-22 21:25:14 -03:00
Vinícius Garcia e49aa5f620 Add example tests to `examples/testing` 2021-01-03 13:41:21 -03:00
Vinícius Garcia 8a65da552f Rename struct tags from `gorm` to `kissorm` 2020-12-31 11:59:24 -03:00
Vinícius Garcia 49c2842c03 Remove gorm dependency! We are independent now! 2020-12-31 11:57:33 -03:00
Vinícius Garcia a6e54f0558 Fix sqlite warning by updating the package version 2020-12-30 15:19:08 -03:00
Vinícius Garcia de8f4e56d7 Fix Insert function to work with postgres
This commit adds the concept of dialects so we can support
different ways of escaping names, creating placeholders, etc.

Currently we are only using it on the Insert route and we only
support postgres and sqlite3, in the future we should add
more tests so we can start supporting more drivers.
2020-12-29 23:36:10 -03:00
Vinícius Garcia 7b30856248 Rename go mod project 2020-09-22 16:59:04 -03:00
Vinícius Garcia 38ce8a9b0e Remove unnecessary use of reflection 2020-09-11 18:48:29 -03:00