-
-
Notifications
You must be signed in to change notification settings - Fork 281
Write a wiki page describing what's needed to integrate a DB connector into Falcon #266
Comments
See #186 (comment) |
The following is instructions from @n-riesco on issue #261
Backend Connection filefunction query(queryObject, connection);
function connect(connection);
function schemas(connection);
function tables(connection);
//Question are these required?
function files(connection);
function storage(connection); Questions
|
SQL connectors must implement: Special connectors (like S3, Apache Drill and Elasticsearch) have their own interfaces (
OK, let's go with Please, if you create this file, could you add a warning advising the connector API is likely to change? (the connector API isn't mature enough for us to make any promises of future compatibility). |
Can we add or link this to the standard |
Closed via #331 |
Relevant to:
The text was updated successfully, but these errors were encountered: