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
.envfile - Run The Program by
python ./src/__init__.pyfrom wherever your.envfile 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