Skip to content

A simple project on database management using Python3 and sqlite3..

Notifications You must be signed in to change notification settings

Pratyayan200013/Python-and-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-and-sqlite

A simple project on database management using Python3 and sqlite3.. #project1 is a simple project which helps you to manage your courses(id,name,description,price and is_private) like inserting courses in the database, fetching all the courses from the database,deleting the courses from the databae interacting through the command line... #project2 is a little tough as it consists of storing a list or an array in a single column in sqlite databse... In this project you will be able to manage your videos.. Which consits of name(text),description(text),tags(list),is_private... #project3 is a database management system for managing student information.. It consists of insert, update, fetch_by_id, fetch_all and delete operations..

About

A simple project on database management using Python3 and sqlite3..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages