yuvam2017 / Database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Database

You will be strange by knowing that Python has a module sqlite3 for performing database management. Its basic a DATABASE Management System using Python Here is one example for it with the GUI based programm

Prequsities:

On Windows:

pip install db-sqlite3

On Linux:

pip3 install db-sqlite3
or
python3 -m pip install db-sqlite3

Included Example:

  1. How to delete a data from the DATABASE
  2. How to edit the data from the DATABASE
  3. How to Extract the data from the DATABASE etc.

About

License:Apache License 2.0


Languages

Language:Python 100.0%