You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Josiah Goodson (Jira)" <ji...@apache.org> on 2020/08/14 00:44:00 UTC

[jira] [Created] (CALCITE-4175) Add ability to create a connection and DSN from a Config

Josiah Goodson created CALCITE-4175:
---------------------------------------

             Summary: Add ability to create a connection and DSN from a Config
                 Key: CALCITE-4175
                 URL: https://issues.apache.org/jira/browse/CALCITE-4175
             Project: Calcite
          Issue Type: Improvement
          Components: avatica-go
            Reporter: Josiah Goodson
            Assignee: Francis Chuang


Currently the avatica-go driver requires the user to specify a DSN to open connections. A config is then generated from this DSN.

Other similar projects ([go-sql-driver/mysql|https://godoc.org/github.com/go-sql-driver/mysql#Config.FormatDSN]) allow you to create a DSN from a config supplied in a struct.

This issue covers the ability to create a connection and DSN from a Config



--
This message was sent by Atlassian Jira
(v8.3.4#803005)