Skip to content

A collection of different database implementation code template with Python such as postgres, mysql and sqlite3

Notifications You must be signed in to change notification settings

TufayelLUS/Python-Databases-In-One-Place

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Databases In One Place

A collection of different database implementation code templates with Python such as Postgres, MySQL and sqlite3

PostgreSQL

This uses a library called psycopg2 and needs to be installed using the pip command below

pip install psycopg2

To get PostgreSQL: Postgresql website

MySQL

This uses a library called pymysql and needs to be installed using the pip command below

pip install pymysql

To get MySQL: XAMPP website

SQLite3

This comes in as a built-in package with Python installation and writes the database information to a file

About

A collection of different database implementation code template with Python such as postgres, mysql and sqlite3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages