ALL

Say you had records of over hundred or so, and you wanted to retrieve them, how do you do that? If you guessed the 'ALL' command then you would be correct. The ALL command fetches all the data on that connection in a JSON format, but it is not recommended for large stores.

Examples:

ALL

Explanation:
  • ALL: This is the operation to get all records in the store.

Requirements 🤖

  • Java: Project Hermes was built with Java so it requires Java to run on your machine or server.

Made with ❤️ by John Oye.