- Creating on-the-go Excel Files
- Creating, editing and saving secure and stable SQL tables in custom databases
- Creating and Accessing SQLite Databases
- Playground for learning how SQLite3 works
- Python3
- Tkinter
- SQLite3
- python-csv
Home page for The Blue Database
This project is a SQLite visualizer of sorts that wraps most functionalities that SQLite3 offers into an easy to use GUI.
Current features include:
- Initializing tables and databases and opening existing tables within databases
- Creating columns with specific datatypes
- Initializing PRIMARY KEY column to delete or alter later
- Viewing all rows within columns within a table
- Adding new rows to existing tables
- Changing name of table
- Deleting from (PRIMARY KEY) tables
- Geting single records from table
- Converting table into a csv file
Pop up to open or create a new database/table
Pop up to perform queries on an existing table within a database