To access databases, Go programmers call the standard library database/sql
, which relies on drivers to talk to database management systems. goalisa
is such a driver that talks to alisa.
goalisa
is go-gettable. Please run the following command to install it:
go get sqlflow.org/goalisa
sqlflow.org/goalisa
is a vainty import path of goalisa
.
Please make sure you have Go 1.13+.
pop
: supplies signature and sends HTTP request.alisa
: encapsulates HTTP action to Alisa SDK. It relays onpop
.alisa_wrap
: integrates the API of Alisa SDK and supplies a high-level API. It relays onalisa
.
goalisa
comes with Apache License 2.0.