Dump the database or Export data from MySQL to Excel, be it a table or view
Project description
dbdump
Functionality of the dbdump
- Export data from MySQL to Excel, be it a table or view,Reduce the number of people with access to your MySQL server,
- Make Excel the melting pot of data from different source.',
Usage
- Make sure you have Python installed in your system.
- Run Following command in the CMD.
pip install dbdump
Example
# test.py
from dbdump import mysqldbToExcel
mysqldbToExcel.dump()
Run the following Script.
python3 test.py
Note
- I have tried to implement all the functionality, it might have some bugs also. Ignore that or please try to solve that bug.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file dbdump-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: dbdump-0.0.7-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c9dd6fbdf7212191aa25d2ebd3071a4e6c6eb983a17f6520bf2acb0f092544d |
|
MD5 | 6e069f4e3d971123af31015a1562607a |
|
BLAKE2b-256 | 6ac5514182b86a5f0d2885b8edf92250f24a2e48fdfcaab9a63caecaab2240d2 |