do you prefer to use Postman for APIs? or is SQLite3 good?
We're a place where coders share, stay up-to-date and grow their careers.
do you prefer to use Postman for APIs? or is SQLite3 good?
Julfikar Haidar -
Chris Achard -
Django Doctor -
Expo Team -
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