Skip to content

An all in one .py file software which lets you perform all the basic functionalities of SQL with negligible knowledge about SQL or python.

Notifications You must be signed in to change notification settings

Sourmask/SQL-Simplifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

SQL-Simplifier

An all in one .py file software which lets the user perform all the basic functionalities of SQL with negligible knowledge about SQL or python.

It is a menu driven program with limited automated functionalities like creating database or tables, altering or updating the tables, also has an SQL command line look alike prompt which lets user type any kind of SQL query right into thier preferred console.

Started on: 22 September 2023, 10:46:26 PM

v1.0: 6 October 2023, 5:15:34 PM
features added: opening db, using db, creating db, creating tables, manipulation with table, query runnner

v2.0: 9 November 2023, 7:27:03 PM
bug fixes: recurring functions fixed
features added: better UI: A premenu table that gets displayed after every checkpoint to keep the user informed about which database, table and task is seletected at that checkpoint, an option to import a csv file of data and import it into a table on the database.

v3.0 30 November 2023, 2:23:55 PM
Multiple bug fixes
features added: table selection simplified, displaying tables, etc.

About

An all in one .py file software which lets you perform all the basic functionalities of SQL with negligible knowledge about SQL or python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages