Contents Menu Expand Light mode Dark mode Auto light/dark mode
    ADBC 0.1.0 documentation
    Light Logo Dark Logo
    ADBC 0.1.0 documentation

    Specifications

    • ADBC API Standard
    • Versioning and Compatibility
    • Comparison with Other APIs

    Drivers

    • C/C++/Python
      • Flight SQL Driver
      • PostgreSQL Driver
      • SQLite Driver
      • Feature Support Matrix
    • Java
      • Flight SQL
      • JDBC Adapter

    Tutorials

    • Quickstart (Python)

    Language-Specific APIs

    • C/C++
      • Driver Manager
      • Concurrency and Thread Safety
      • C/C++ API Reference
        • adbc.h
        • adbc_driver_manager.h
    • Go
    • Java
    • Python
      • Quickstart (Python)
      • Driver Manager
      • Python API Reference
        • adbc_driver_manager
        • adbc_driver_postgresql
        • adbc_driver_sqlite

    Development:

    • Contributing
    • Nightly Packages
    • Release Management Guide
    Back to top
    Edit this page

    C/C++/Python#

    Drivers

    • Flight SQL Driver
    • PostgreSQL Driver
    • SQLite Driver
    • Feature Support Matrix

    The ADBC project ships some drivers. Others may (eventually) be available from database vendors or third parties. The drivers here implement the C API standard and are directly usable in C/C++. They also provide Python bindings.

    Next
    Flight SQL Driver
    Previous
    Comparison with Other APIs
    Copyright © 2022, Apache Arrow Developers
    Made with Sphinx and @pradyunsg's Furo