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
Import the package and call the method from initalize object
from sequelize_to_excel import SequelizeToExcel
objSeq = SequelizeToExcel("<filename>")
objSeq.extract_and_export()
- 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file sequelize_to_excel-1.0.10.tar.gz.
File metadata
- Download URL: sequelize_to_excel-1.0.10.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
606e7f69eee2fde618b747be16663ffb5c227897501a19810e5b769e4eee5344
|
|
| MD5 |
5420eb6bd9ae082d425d62cf33abc85a
|
|
| BLAKE2b-256 |
555363828cd5fef36bf69e488a8ac7f6b541177174d9f24ab1f6b8d438314d46
|