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.
Project is created with:
- SQL, Python 3.6
- libraries: SQLite3.
You can run the script in the terminal:
sql_crud.py