Skip to content

Jupyter notebook with tips for sqlite3 in python. In one place. Cuz i always forget where I saved it.

Notifications You must be signed in to change notification settings

Lerbytech/sqlite3-easy-create

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

sqlite3-easy-create

Jupyter notebook with tips for sqlite3 in python. In one place. Cuz i always forget where I saved it.

Files:

  • example_db.yml - schema of db
  • sql_db_demo.ipynb - notebook with recipe

Idea: Schema file can be automatically imported and used to create new sqlite3 db from scratch.

build_create_query and build_insert_query are wrapper functions for building and inserting data to db - no more long manually written queries. Wrappers use schema to resolve number of parameters, parentheses and indexed keys in query

About

Jupyter notebook with tips for sqlite3 in python. In one place. Cuz i always forget where I saved it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published