Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 283 Bytes

File metadata and controls

12 lines (8 loc) · 283 Bytes

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