Skip to content

Nosql interface release

Choose a tag to compare

@mhthnz mhthnz released this 09 Oct 16:59
· 59 commits to master since this release
9bfd3af
  • Added ability to perform NoSQL requests
  • Command class for NoSQL requests (SELECT, INSERT, UPDATE, EVAL, CALL, ... etc)
  • Query class provides ability to create NoSQL requests in SQL format.
  • RequestHelper helps with converting SelectRequest to aggregate functions such as: count, min, max ... etc, also it helps to see NoSQL requests in debug panel.
  • Cs fixes and bug fixes
  • Docs