Execution example::

  select Entries --query n_likes:<10
  # [
  #   [
  #     0, 
  #     1337566253.89858, 
  #     0.000355720520019531
  #   ], 
  #   [
  #     [
  #       [
  #         3
  #       ], 
  #       [
  #         [
  #           "_id", 
  #           "UInt32"
  #         ], 
  #         [
  #           "_key", 
  #           "ShortText"
  #         ], 
  #         [
  #           "content", 
  #           "Text"
  #         ], 
  #         [
  #           "n_likes", 
  #           "UInt32"
  #         ]
  #       ], 
  #       [
  #         4, 
  #         "Good-bye Senna", 
  #         "I migrated all Senna system!", 
  #         3
  #       ], 
  #       [
  #         5, 
  #         "Good-bye Tritonn", 
  #         "I also migrated all Tritonn system!", 
  #         3
  #       ], 
  #       [
  #         1, 
  #         "The first post!", 
  #         "Welcome! This is my first post!", 
  #         5
  #       ]
  #     ]
  #   ]
  # ]