The SQLite database-management system offers many of the features found in large-scale commercial database software, including the ability to import Comma-Separated Variable (CSV) files. Many ...
This project is a small Flask web app that demonstrates: / → Web UI (upload form + latest records). /upload → Upload CSV and import. /sample → Download sample CSV. /export → Export DB as CSV. /health ...
This project generates simple synthetic e‑commerce data, loads it into a SQLite database, and runs example SQL joins for analysis. It was built as an exercise using Cursor AI to work through an A‑SDLC ...