Skip to content

Allows an SQLite database to be used as a python dictionary with persistant storage

License

Notifications You must be signed in to change notification settings

shish/sqliteshelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

  _________________  .____    .__  __          
 /   _____/\_____  \ |    |   |__|/  |_  ____  
 \_____  \  /  / \  \|    |   |  \   __\/ __ \ 
 /        \/   \_/.  \    |___|  ||  | \  ___/ 
/_______  /\_____\ \_/_______ \__||__|  \___  >
        \/        \__>       \/             \/ 
                                          _________.__           .__   _____ 
   Allows an SQLite database to be       /   _____/|  |__   ____ |  |_/ ____\
   used as a python dictionary with      \_____  \ |  |  \_/ __ \|  |\   __\ 
   persistant storage                    /        \|   Y  \  ___/|  |_|  |   
                                        /_______  /|___|  /\___  >____/__|   
  https://github.com/shish/sqliteshelf          \/      \/     \/            


API docs:
~~~~~~~~~
See the top of sqliteshelf.py for some worked examples


tl;dr:
~~~~~~
from sqliteshelf import SQLiteShelf
d = SQLiteShelf("filename.sdb", "tablename")

d is now effectively a python dictionary


About

Allows an SQLite database to be used as a python dictionary with persistant storage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages