Skip to content

yasfatft/key-value-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Key-Value Database

  • By default, it is designed to work in Linux because of various path structures in windows (or Mac), but it can run easily on Windows and Mac too, with just a few editions.

  • You only need to change variables named data_files_path and data_files_name at the beginning of db.py according to your operating system.

  • For the database structure to be easy to work with I suggest defining all keys and also values 8-chars long. This feature help saving and loading data from file fast, easy and understandable.

About

A Python3 key-value-database implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages