Skip to content

andrefelipebarros/Query-PostgreSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

🐘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

  

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages