Skip to content

[New Driver] List a Presto (PrestoDB) driver in the driver table #4631

Description

@jja725

I'd like to request a new ADBC driver be listed in the driver table, per the "Have a Driver to Add?" process.

  • Name/database: Presto (PrestoDB)
  • Suggested slug: presto
  • Repository: https://github.com/jja725/adbc-presto (I'm from Uber Presto team but currently a personal prototype — see below)
  • License: Apache License 2.0
  • Language/packaging: Go, built on driverbase-go + sqlwrapper, wrapping prestodb/presto-go-client/v2. Packaged as a cgo shared library (-tags driverlib -buildmode=c-shared), following the same layout as the existing Trino driver (see prior discussion in Python ADBC for trino or presto? #1231).
  • Status: Builds cleanly (go vet/gofmt clean); full integration suite (85 cases) passes against prestodb/presto:latest in Docker.

I've also opened adbc-drivers/dev#230 proposing this driver join the ADBC Driver Foundry as adbc-drivers/presto, matching the Trino driver's home. I'm filing this issue here too for visibility, and am happy to update the repository URL once that's resolved — let me know if you'd rather I wait until it has a permanent home before listing it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions