From 99ed52b59197046dcd93dd215c951d87bac8b378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Sat, 10 Apr 2021 22:55:04 -0300 Subject: [PATCH] Add a very small README for the kbuilder package --- kbuilder/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 kbuilder/README.md diff --git a/kbuilder/README.md b/kbuilder/README.md new file mode 100644 index 0000000..24f5361 --- /dev/null +++ b/kbuilder/README.md @@ -0,0 +1,10 @@ +# 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