pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

sqlite CRUD opertion added in python #225

Closed Naziya-Parveen closed 4 years ago

Naziya-Parveen commented 4 years ago

Description

sqlite CRUD opertion added in python

Reference Issue number #197

Type of change

Choosing one or more options from the following as per the nature of your Pull request. NOTE: Check boxes using [x]

Checklist:

pratik-choudhari commented 4 years ago

@Naziya-Parveen All these should be in a single file and user can perform crud for terminal itself. The program must be menu driven.

Naziya-Parveen commented 4 years ago

Please check it now.

pratik-choudhari commented 4 years ago

@Naziya-Parveen 'clear' is not recognized as an internal or external command, operable program or batch file. Warning during exec. Also consider renaming of the main file.

Naziya-Parveen commented 4 years ago

It's working perfectly fine. You can replace 'clear' with 'cls' if 'clear' is not supported.

Screenshot (32)

pratik-choudhari commented 4 years ago

@Naziya-Parveen Could you add that as a comment?

Naziya-Parveen commented 4 years ago

@pratik-choudhari I have added. Please check the README.md file.