A simple menu-driven CRUD (Create, Read, Update, Delete) application built using Python and SQLite3. This project demonstrates how to perform basic database operations through a command-line interface ...
sqlite-web is a web-based SQLite database browser written in Python. The index page shows some basic information about the database, including the number of tables and indexes, as well as its size on ...