/DB.py

a lite python object database.

Primary LanguagePython

DB.py

a lite python object database.


  • pickle
  • the data save to the project dir/data/{dbname}.bin

CHANGELOG

  • 2018/10/23 add the __del__ mod for write data and change the data mode <class 'list'>
  • 2018/03/01 commit the frist version of DB.py