Skip to content

shriekdj/sqlite3_to_csv

Repository files navigation

sqlite3_to_csv

So This is an Simple Python Program To Export the SQLITE3 Database Table to an Single CSV File Dynamically

Requirements

  • Python 3 Or Above

Running Instructions

  • Fork & Clone the repo
  • Update the .env file
  • Run The Program by python ./src/__init__.py from wherever your .env file is

For Using as a package Try Below

from .src import export_to_csv

export_to_csv("sqlite3_file_path", "csv_output_path", "table_to_extract")

Package Details

As of now this project does not need any dependency packages to install

Star the repo if you like

About

This Python Project that Exports SQLITE3 Database Table Into an CSV Sheet

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published