So This is an Simple Python Program To Export the SQLITE3 Database Table to an Single CSV File Dynamically
- Python 3 Or Above
- Fork & Clone the repo
- Update the
.env
file - Run The Program by
python ./src/__init__.py
from wherever your.env
file is
from .src import export_to_csv
export_to_csv("sqlite3_file_path", "csv_output_path", "table_to_extract")
As of now this project does not need any dependency packages to install
Star the repo if you like