Skip to content

Chegurrrrr/DataBridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

DataBridge ๐ŸŒ‰

DataBridge is a professional data export automation tool that allows querying SQL databases and exporting the results to Excel or CSV formats with formatting and structure.

Features

  • Connect to SQLite databases (can be extended to others)
  • Run arbitrary SQL queries
  • Export results as .csv or .xlsx
  • Apply Excel formatting automatically
  • Ideal for data analysts, reporting scripts, automation tasks

Example

python databridge.py --db sample.db --query "SELECT * FROM users" --out report.xlsx

Dependencies

  • pandas
  • xlsxwriter

About

A powerful CLI tool for exporting SQL query results from a SQLite database into formatted Excel or CSV reports. Supports automation, Excel styling, and integration into data pipelines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages