Skip to main content

map your sequelize columns to excel

Project description

# Sequelize to Excel

Why Should I Use This?

This library is intended to extract column names , field names , table name and other information from your node model file developed in standard Sequelize format

The excel will help you to have sneak peak of complete file at once , along with the corresponding database field name

This can also be used as standalone app , as well as library

Installation

pip install sequelize-to-excel

Using SequelizeToExcel

  1. Import the package and call the method from initalize object

from sequelize_to_excel import SequelizeToExcel
objSeq = SequelizeToExcel("<filename>")
objSeq.extract_and_export()
  1. you will find the generate excel file in the same folder .

    Make sure you provide the input file preferrably in the same folder.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sequelize_to_excel-1.0.10.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page