sailor manager dbms python
1.0.0
A simple database application for the following schema
SAILOR (SID,SNAME,RATING,AGE)
Sailor relation includes a list of registered sailors. SID is the primary key.
Tkinter module packaged with python.pymysql is used to connect the application with mysql server.