Skip to content

Connecting to SAP ASE database #232

Answered by burningalchemist
mandzyu asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @mandzyu,

Please checkout this branch ase-temp (link). We have a single driver (go-ase only) for now. So you just need to checkout the branch, and build with make build. With -log.level=debug you should also observe the DSN which is passed to the driver. Be careful, it exposes the password (we'll remove it later). Please let me know if it worked. 👍

On my end, I have two PRs and one open issue:

  • Issue to go-ase to support URI DSNs out of the box;
  • PR to dburl to treat ase scheme to connect with a new driver;
  • PR to sql_exporter as a workaround until the go-ase issue is fixed. I might also provide it as a patch for now since it's just 3 lines. We'll see 👍

Cheers,
Sergei

Replies: 5 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@burningalchemist
Comment options

Comment options

You must be logged in to vote
1 reply
@burningalchemist
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by mandzyu
Comment options

You must be logged in to vote
2 replies
@burningalchemist
Comment options

@burningalchemist
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants