Vinícius Garcia
9f12a3691f
Minor fixes for making the tests work for the kpostgres adapter
2024-01-22 10:32:34 -03:00
devalexandre
f25b9b75d0
fix: update package kpostgres use sql.DB
2024-01-20 19:17:35 -03:00
Vinícius Garcia
24599e6644
Improve NewWithAdapter to expect a dialect instead of a driver name
2022-12-21 21:23:54 -03:00
Vinícius Garcia
8538d99468
Remove unnecessary dependency on github.com/pkg/errors
2022-10-08 14:56:30 -03:00
Vinícius Garcia
7ec3ef011d
Remove dependency on ditointernet/go-assert
2022-07-16 13:31:38 -03:00
Vinícius Garcia
9b7e5ddfbc
Run go mod tidy on the ksql module
2022-03-15 17:02:52 -03:00
Vinícius Garcia
a394fd0815
Move some functions to the internal package
2022-01-11 19:00:22 -03:00
Vinícius Garcia
45edd4b1dd
Add docker test setup for postgres
...
Before this commit the user would need to setup a local postgres
database manually in order to run the tests.
Now we are setting it up using docker-test which makes it easier.
We still require manual setup of sqlserver and mysql databases,
we'll fix these soon so that running the tests become trivial.
2021-12-14 23:34:26 -03:00
Vinícius Garcia
e2705f2b8e
Move benchmarks to submodule in order to reduce the go.mod deps
2021-11-13 23:59:33 -03:00
Vinícius Garcia
657ed7414b
Add first version of the pgx adapter
2021-08-01 10:23:10 -03:00
Vinícius Garcia
34a07b75b5
Run go mod tidy
2021-06-06 20:58:12 -03:00
Vinícius Garcia
c0d7206dcc
Breaking change: Update SQLProvider interface so methods receive table info as argument
2021-06-06 20:51:13 -03:00
Vinícius Garcia
56aa77135c
Add support to the `sqlserver` driver =]
2021-05-09 22:33:03 -03:00
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
a6e54f0558
Fix sqlite warning by updating the package version
2020-12-30 15:19:08 -03:00
Breno Almeida
cb27801a20
finish implementing query & queryNext funcs
2020-09-24 19:26:59 -03:00
Vinícius Garcia
38ce8a9b0e
Remove unnecessary use of reflection
2020-09-11 18:48:29 -03:00