ksql/kbuilder
Vinícius Garcia ba6727b14a Improve the list of methods on the kbuilder.Query struct
Add the queryBuilder interface
Make the kbuilder.Query implement this interface
Add kbuilder.Query.Build() helper method for facilitating the usage if
the person prefers no to inject the kbuilder.Builder struct.
2021-08-17 12:08:39 -03:00
..
README.md Add a very small README for the kbuilder package 2021-04-10 22:55:04 -03:00
kbuilder.go Improve the list of methods on the kbuilder.Query struct 2021-08-17 12:08:39 -03:00
kbuilder_test.go Improve a comment and a test 2021-04-24 12:15:59 -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