Skip to content

A command-line database manager built with Python and SQLite3 that allows users to create, edit, and manage databases directly from the terminal.

Notifications You must be signed in to change notification settings

asgardOP/SQLite-DB-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

🗃️ SQLite DB Manager

DB Manager Pro

A modern, interactive command-line tool for managing SQLite databases.
This tool allows you to create, edit, and explore .db files easily using Python.

DB Manager CLI Screenshot


Features

  • Create, rename, and delete databases or tables
  • Add, rename, and remove columns
  • Insert, search, update, and delete data
  • Colorful and user-friendly terminal menus
  • Automatically detects all .db files in the current directory
  • Pretty table printing using the tabulate library (with fallback if not installed)

Installation

  1. Clone the repository:
    python DB_Manager.py
    
    

✨ Author

Developed by Ali Emad (asgard)

About

A command-line database manager built with Python and SQLite3 that allows users to create, edit, and manage databases directly from the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages