Class: Webhookdb::DBAdapter::Connection
- Inherits:
-
Object
- Object
- Webhookdb::DBAdapter::Connection
- Defined in:
- lib/webhookdb/db_adapter.rb
Overview
Abstract class representing a DB connection. Ususually this is a Sequel connection, but in could just be a stored URL (like for Snowflake we have to call snowsql each time).
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#execute(sql) ⇒ Object
113 114 115 |
# File 'lib/webhookdb/db_adapter.rb', line 113 def execute(sql) raise NotImplementedError end |