ksql/kbuilder
Vinícius Garcia 8538d99468 Remove unnecessary dependency on github.com/pkg/errors 2022-10-08 14:56:30 -03:00
..
README.md Improve kbuilder README 2021-09-17 22:06:06 -03:00
insert.go Move some functions to the internal package 2022-01-11 19:00:22 -03:00
insert_test.go applied new refactor to test lib 2022-07-06 21:43:17 -03:00
kbuilder.go Add the Insert struct to the kbuilder package 2021-09-07 12:01:34 -03:00
query.go Remove unnecessary dependency on github.com/pkg/errors 2022-10-08 14:56:30 -03:00
query_test.go applied new refactor to test lib 2022-07-06 21:43:17 -03:00

README.md

Welcome to the KISS Query Builder

This is the Keep It Stupid Simple query builder created to work either in conjunction or separated from the ksql package.

This package was started after ksql and while the ksql is already in a usable state I still don't recommend using this one since this being actively implemented and might change without further warning.

TODO List

  • Add support to Update and Delete operations
  • Improve support to JOINs by adding the tablename tag to the structs
  • Add error check for when the Select, Insert and Update attrs are all empty