Your own database + API
Level: expert
This topic requires expert level.
You can use hasura.io for your own database + making API gateway. With Hasura, you can store any data and perform any search operations.
You can utilize REST endpoints on Hasura to retrieve/post data:

Hasura is very useful and offers numerous benefits such as:Flexibility in data storage
- Ease of data retrieval and searching
- Security using an admin secret
- Ability to create an API gateway for data interaction
Using Hasura can greatly simplify the data handling process and ensure the reliability and security of your application.
Here some screenshots:
Database:

You can build your REST-api here


You can build logic:
