Chauss-LLC / task_tree_local

App for managing your tasks in tree-like representation.
3 stars 2 forks source link

Store module #12

Open KH9IZ opened 2 years ago

KH9IZ commented 2 years ago

Module for saving & loading data

Main idea is that there could be various ways to store data, from web-server to JSON file

All interaction with store object should happen under context block, that gives store object correctly open and close file/connection.

Store interface: