Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 450 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 450 Bytes

Simple CRUD in python and SQLite3

General info

The script allows to make a basic crud operations by using python and SQLite3. The CRUD (create, read, update, delete) operations are very common and the sqlite3 module in Python provides routines for conducting these operations.

Technologies

Project is created with:

  • SQL, Python 3.6
  • libraries: SQLite3.

Running the project:

You can run the script in the terminal:

sql_crud.py