Skip to content

Connecting python with mySQL. Utilizing python inbuilt functions for creating, writing and reading files.

Notifications You must be signed in to change notification settings

alisherAbdullaev/DatabaseScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

In this project, database connection with the python is introduced as well as its importance. The Python script, which contains the principles of database system but is file based, explains the needs for a true database system.

FileCRUD.py

Objectives

  • Writing a file based database system

  • Becoming familiar with the needs for a true database system

Program Description

Program that keeps track of car dealers, cars, and a list of manufacturers.


SQLConnector.py

Objectives

  • Creating SQL tables
  • Inserting into SQL tables
  • Writing SQL queries
  • Inerfacing python with mySQL connector.

Program Descriptions

Esentially, this program is very identical to FileCRUD.py, except utilizing a MySQL server.

About

Connecting python with mySQL. Utilizing python inbuilt functions for creating, writing and reading files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages