You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add basic persistence feature (#13) - add generation of `Space` object that represents file that stores table's data - add `DatbaseManager` object that is used to control multiple tables - add methods for `Worktables` to use data in files. `persist` is used to save data to file. `load_from_file` is used to load table from file.