In this post, let’s take a look at how we configure a HarperDB Cloud database instance and fetch the data by querying the database within a Reactjs App. HarperDB provides a React Hook, known as useHarperDB to make our jobs easier.

HarperDB Cloud is a database service that supports both SQL and NoSQL queries for CRUD operations. It needs minimal configuration to get started and its realm is not only limited to build REST APIs with a server-side technology such as Node.js.

HarperDB offers a way to access the database cloud instance directly in your client-side application. It has a built-in HTTP API that allows us to query data directly.

#programming #react #harperdb #database #sql

How to Use HarperDB Instance With React Hooks
2.05 GEEK