ksql/kbuilder
Vinícius Garcia 6935bddf29 Add the Insert struct to the kbuilder package 2021-09-07 12:01:34 -03:00
..
README.md Add a very small README for the kbuilder package 2021-04-10 22:55:04 -03:00
insert.go Add the Insert struct to the kbuilder package 2021-09-07 12:01:34 -03:00
insert_test.go Add the Insert struct to the kbuilder package 2021-09-07 12:01:34 -03:00
kbuilder.go Add the Insert struct to the kbuilder package 2021-09-07 12:01:34 -03:00
query.go Add the Insert struct to the kbuilder package 2021-09-07 12:01:34 -03:00
query_test.go Add the Insert struct to the kbuilder package 2021-09-07 12:01:34 -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.

TODO List

  • Support Insert and Update 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