Skip to content

LandonWest/python-sqlite-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Basic Python SQLite3 Demo

  • Creates an in-memory sqlite db
  • Creates db tables
  • Inserts data into tables
  • Runs aggregation queries

No dependencies required to install as slqite3 and logging are part of the standard library.

You can optionally run python -m venv venv to create a virtual environment to install additional dependencies.

Example: source venv/bin/activate and pip install ipython ipdb for debugging.

Inspiration from https://realpython.com/data-engineer-interview-questions-python/

About

Basic demo of python sqlite3 functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages