Skip to content

This is a simple Python script that contains functions for CRUD operations on SQLite.

Notifications You must be signed in to change notification settings

alyssonalvaran/python-crud-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple Python script that contains functions for CRUD operations on SQLite.


To run this, open your terminal or command prompt and go to the directory where your cloned repository is located:

$ cd go/to/path

Execute the Python script:

$ python _python-sqlite.py

This should create an SQLite database named db.db with an Employee table that contains the following columns and rows:

ID Fname Lname
1 ALYSSON ALVARAN

Check out SQLite Tutorial for more info.

About

This is a simple Python script that contains functions for CRUD operations on SQLite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages