Skip to content

The simple crud operations with python and SQLite3.

Notifications You must be signed in to change notification settings

aniass/crud-sqlite3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages