Skip to content

olivierlemoal/pickledb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

pickleDB

Fork of PickleDB with support for Python 3 and UTF-8. Compatible Python >= 2.6 and 3.

Original README

pickleDB is lightweight, fast, and simple database based on Python's own json module. And it's BSD licensed!

pickleDB is Fun
>>> import pickledb

>>> db = pickledb.load('test.db', False)

>>> db.set('key', 'value')

>>> db.get('key')
'value'

>>> db.dump()
True
Links

About

Fork of PickleDB with Python 3 and UTF-8 support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages