duneanalytics / dune-client

A framework for interacting with Dune Analytics' officially supported API service
Apache License 2.0
85 stars 22 forks source link

Add `run_sql` as premium helper #77

Closed bh2smith closed 1 year ago

bh2smith commented 1 year ago

Building on top of the CRUD operations, we can implement a run_sql interface.

def run_sql(raw_sql: str):
    - create_query
    - run_query
    - get_results
    - delete_query