I made my python GUI and then maed database on sqlite3 of employee where i mentioned this thing in my database
CREATE TABLE employee ( id int primary key, name text, salary int );
i use sqlite as db and python for gui project.
I made my python GUI and then maed database on sqlite3 of employee where i mentioned this thing in my database
CREATE TABLE employee ( id int primary key, name text, salary int );
i use sqlite as db and python for gui project.