DEV Community

Kalainithi sekar
Kalainithi sekar

Posted on

Day 15: Python Full Stack Development

Day 15 of learning Python Full Stack Development, I have chosen database as PostgreSQL for my SmartBus project, both MySQL and PostgreSQL are familiar and suitable with Python + FastAPI. PostgreSQL is particularly strong when application later needs geographic/location-based queries for which it provides better support. Today, I have installed PostgreSQL , learnt how to installed, how to connect server and created an table and tested inside with some values for learning purpose.

Top comments (0)