Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 497 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 497 Bytes

Download Git first from: https://git-scm.com/downloads

Create database with name: mydatabases

Run: create table books(bid varchar(20) primary key, title varchar(30), author varchar(30), status varchar(30));

Run: create table books_issued(bid varchar(20) primary key, issuedto varchar(30));

the preset password is "admin", change is needed in each file. mypass="Your password".

run the program by: python main.py