Sistema CRUD (Create, Read, Update, Delete) para gerenciamento de clientes desenvolvido em Python com SQLite, demonstrando boas práticas de Python DB API.
This project demonstrates how to create and manage a lightweight database using Python and SQLite. It is designed for beginners and includes basic operations like creating tables, inserting data, ...