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
ItsdbProfile.read_table() should perhaps return a basic ItsdbTable instance, which might just be a wrapper around a list. Similarly, it could be a list of ItsdbRows, which wraps another list (not a dict). Then functions like select() could be on these classes.
One benefit, besides a more friendly API, is that joined tables can be more manageable, with names, easier column selection, etc.
The text was updated successfully, but these errors were encountered:
Update Relations class so table relations are encapuslated with a
TableRelations class.
New elements still need docstrings and unit tests.
Addresses #89
Addresses #99
ItsdbProfile.read_table() should perhaps return a basic ItsdbTable instance, which might just be a wrapper around a list. Similarly, it could be a list of ItsdbRows, which wraps another list (not a dict). Then functions like select() could be on these classes.
One benefit, besides a more friendly API, is that joined tables can be more manageable, with names, easier column selection, etc.
The text was updated successfully, but these errors were encountered: