Thanks to visit codestin.com
Credit goes to github.com

Skip to content

anxiousmodernman/python-db-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python database quickstart

You will need a dbconfig.py file saved in the datasource folder, and the file should look like this:

postgres_connection = {
	'username': 'postgres',
	'password': 'NotMyRealPassword',
	'host': 'matthewsaidel.com'
}

You have to create this yourself, because obviously I'm not going to put the passwords on GitHub.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages