Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/powerstream3604/bankdb
https://github.com/powerstream3604/bankdb
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/powerstream3604/bankdb
- Owner: PowerStream3604
- Created: 2021-02-03T10:56:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-03T11:08:48.000Z (almost 4 years ago)
- Last Synced: 2023-07-14T06:27:33.555Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BankDB
This is a python made project that is to learn the basics of Python - DataBase linkage method.
This python project imports sqlite3 module to connect to and fetch from the DataBase.
I used sqlite3 for database.
You need to have the same db file name and same table structure in order to use the code without any modification.
This will be a practical example of how to select, insert, delete, update from the database using python
## Bank.py
This file has the getters and setters for attribute.This file also has initializer to initialize the variables
## Bank_sqlite.py
This is the actual file that creates the DB connection, prints the menu, fetch, delete, insert, update to and from the DataBaseThere are several options that the main menu proposes once you execute the file which you can easily understand.