/CRUD-python-sqlite3

Aplicação em python para criar, editar, ler e apagar valores de um banco de dados sqlite3.

Primary LanguagePython

Python - SQLITE3 - CRUD

New Version of SQLite CRUD with tkinter interface

Application that shows how to:

  • Create
  • Read
  • Update
  • Delete
  • Search

Data from SQLite3 Database.

Database

Database file: db/contacts.db

Table: Contacts

Colunms:

  • ID: integer
  • Name: varchar(100)
  • Phone: varchar(20)

Interface

image-20220623171630766

Run

Starts running file interface.py