Skip to content

Latest commit

 

History

History
32 lines (32 loc) · 1.34 KB

TODO.md

File metadata and controls

32 lines (32 loc) · 1.34 KB

TODO

  • merge office modifications
  • add some docs
  • find solution for nested queries (nested query string insertion --> hashtag --> no escape?!) --> Kbam class functions? --> empty after .slq call?
  • add lincens --> is MIT the best solution?
  • add alias for get: fetch
  • query + execute
  • group, having
  • multiple queries, single connect
  • insert
  • update
  • finish implementing nested where
    • refractor and double check syntax, redundancies
  • add verbose / debug mode / output
    • added error, warning, log
  • make first (alpha) release
  • add entire docs
  • Instance separtion when using same connection class --> count problems
  • finish implementing nested queries
  • query hooks? insert raw sql in between query?!
  • separate statement compose?! --> e.g. only where clause --> usage?
  • make all implementations and APIs consistent (update and insert)
  • what about unit-testing! --> check it out!
    • set up test db
    • add test queries, kbam <==> raw sql testing
  • check security
  • kbam class functions for query string composition
  • reformat query format --> inverted query debug
  • distinguish public/private class/instance methods
  • general clean up / restructure
  • try / use https://github.com/sonota/anbt-sql-formatter for sql clean-up ==> SUCKS