Chat with Your Database

This project demonstrates how to set up and interact with a local SQLite database using Python.

Project Overview

This project includes:

  • A SQLite database (nammastore.db) containing various tables for managing categories, customers, suppliers, products, transactions, payments, and more.
  • A Python script (app.py) that connects to the database and performs various operations.

Requirements

Ensure you have the following installed:

  • Python 3.x
  • SQLite3

Setup Instructions

  1. Clone the repository (if applicable):

    git clone <repository-url>
    cd <repository-directory>