Skip to content

This is a Python script that creates a class called "DatabaseManage" which is used to interact with a SQLite database named "courses.db".

Notifications You must be signed in to change notification settings

vishalrajputt/Python_CommandLine_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Python_Projects

This is a Python script that creates a class called "DatabaseManage" which is used to interact with a SQLite database named "courses.db". The class contains methods for inserting data into the database, fetching data from the database, and deleting data from the database. The script also provides a user interface where users can input a choice to either insert a new course, show all courses, or delete a course. Depending on the user's choice, the appropriate method is called to perform the action. The script uses the SQLite library to connect to the database and execute SQL commands.

image

About

This is a Python script that creates a class called "DatabaseManage" which is used to interact with a SQLite database named "courses.db".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages