Loading...
Searching...
No Matches
Go to the source code of this file.
|
None | Storage_connector.setup () |
|
None | Storage_connector.fetch_csv () |
|
Annotated[tuple, "tuple containing the item's data if found, otherwise None"] | Storage_connector.fetch_item (item_id) |
|
None | Storage_connector.delete_item (item_id) |
|
None | Storage_connector.create_item (pos, obj_type, name, json_data) |
|
Annotated[ list, "list of tuples containing the rows from the database that match the search criteria",] | Storage_connector.search (search_term) |
|
None | Storage_connector.update_item (item_id, pos, obj_type, name, json_data) |
|