Skip to content

[C++] Define common abstract APIs for database clients #19457

@asfimport

Description

@asfimport

Most databases feature common notions:

  • Connection

  • Session

  • Operation or Cursor

  • Result set

    Result sets for example should support a standard API for conversion to an Arrow record batch (though some databases may require additional options for some conversions)

Reporter: Wes McKinney / @wesm

Note: This issue was originally created as ARROW-3101. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions