A command-line application built with Python 3 and SQLite to manage your personal book collection. This project demonstrates fundamental database operations (CRUD) and Python programming concepts in a ...
This project is part of my Data Analyst role at Elevate Labs. The goal was to connect to a SQLite database, run basic SQL aggregation queries, and generate a sales summary report along with a ...
SQLite has an incredibly small footprint. The database itself, its DLLs and the complimentary diff and analyzer tools are less than 15 MB in size. It's perfect for small mobile devices, advanced ...
Lift the hood on most business applications, and you’ll find they have some way to store and use structured data. Whether it’s a client-side app, an app with a web front end, or an edge-device app, ...