/Query-PostgreSQL

📘Consult a table in the Data Base(🐘PostgreeSQL) with 🐍Python.

Primary LanguagePython

🐘Query PostgreSQL DataBase With Python🐍

Consult a tables in the Data Base(PostGreeSQL).

📝Instructions

🔸First Step

Adding information to connect the database.

example:

  user='andrefelipebarros',
  host='5134763',
  port='5167',
  database='database',
  password='password'
🔹Second Step

In this second step, I would like to inform you that if you develop a query that requires a line break for your organization, observe the information below:

  query = """ """ #for longer queries.
  
  query = " " #for shorter queries.
🔻Third Step

Coming Soon