do you prefer to use Postman for APIs? or is SQLite3 good?
Read next

What is useState Hook in React
Rahul -

⚛️ I'm a professional React developer, and this is the directory structure I use for my production projects. ⚛️
Better Coding Academy -

React Performance Optimization Tips
Harsh -

[Best of 2021]: An UI Visual Programming Tool you should look forward to
2(-)! -
Discussion
You mean PostgreSQL? Postman is a tool to test your API, API is not a DB
Sqlite3 and PostgreSQL are both databases, so if you're a beginner you should use Sqlite
What