def read_all()

in resdb_orm/orm.py [0:0]


    def read_all(self):
        """Read all records from the DB."""
        response = requests.get(f'{self.db_root_url}/v1/transactions')
        return response.json()