Socket
Socket
Sign inDemoInstall

csv-db-package

Package Overview
Dependencies
3
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    csv-db-package

This package is found useful for those who wants to modify their CSV file without using database.It creates a local server that having a functionality of uploading a csv file and then perform crud operations through browser itself.


Maintainers
1

Readme

csv_db_package

Package having the local server module to upload a csv file and perform CRUD operations on the data shown using different features through database.

Installation

pip install csv_db_package


STEPS TO INSTALL & MODIFY THE PROJECT

-Activate your python venv -Install the requirements given: python pip install -r requirements.txt

Mysql is used as a database engine here. -Set env variables
$env:HOST= your hostname for mysql
$env:USER= your username
$env:PASSWORD= your password

-Run server inside directory by using command python fileserver.py

-example table

First columnSecond column
Content CellContent Cellupdate
Content CellContent Cellupdate

© 2022 Ankita Liya

This repository is licensed under the MIT license. See LICENSE for details.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc