SAP / go-ase

SAP ASE Database Client for Go
Apache License 2.0
25 stars 14 forks source link

Add term.Entrypoint and flag `-f` to read SQL commands from a file #120

Closed ntnn closed 4 years ago

ntnn commented 4 years ago

Description

  1. Adds -f flag, a file to read SQL commands from
  2. Adds term.Entrypoint as a common entrypoint for both cgoase and goase.

Related issues

-

Tests