ODBC Driver for Apache Phoenix

Build 23.0.8839

From Go

This section provides a walk-through to writing ODBC data access code to Apache Phoenix in Go, using the Go ODBC driver and the built-in sql package.

Connecting from Go

See Getting Started for the prerequisite information you need to deploy the driver and configure the connection to Apache Phoenix.

Dependencies describes the necessary steps to install the Go ODBC driver. Once it is installed, refer to Connecting to connect to Apache Phoenix.

Executing SQL

Use SQL functions to execute SQL on Apache Phoenix:

  • See Querying Data to execute SELECT statements and iterate over the results.
  • See Modifying Data to execute other SQL data manipulation statements.
  • See Parameterized Statements to execute parameterized statements. Parameterized statements provide a means to efficiently execute queries more than once and to mitigate SQL injection attacks.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839