Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Database Technology

This project uses SQLite as the database engine.

Although the database is stored in a .db file (loja1.db), it does not use MySQL. SQLite is a lightweight, file-based relational database, suitable for local analytics, prototyping, and demonstrations.

Key characteristics:

  • Embedded database stored in a single .db file

  • No server, user, password, or network configuration required

  • SQL syntax compatible with most relational databases

    SQLite was intentionally chosen to simplify setup and focus on SQL queries, KPI generation, and data analysis logic. The same schema and queries can be easily migrated to MySQL or PostgreSQL for production environments.

About

This script creates and analyzes an SQLite database (a "mini database") with clients and books, saves it to your Google Drive, and calculates KPIs using SQL, displaying the results in tables (pandas).

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages