aniass / crud-sqlite3

The simple crud operations with python and SQLite3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About

The simple crud operations with python and SQLite3.


Languages

Language:Python 100.0%