Skip to content

Yashwanth-79/Chat-with-your-DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages