Socket
Book a DemoInstallSign in
Socket

sqlflow.org/goalisa

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqlflow.org/goalisa

Go Modules
Version
v0.0.0-20210602090630-ecdfe9c3ac63
Version published
Created
Source

goalisa: A Go database/sql driver for alisa

Build Status GoDoc License Go Report Card

What is goalisa

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.

For Users

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+.

For developers

  • pop: supplies signature and sends HTTP request.
  • alisa: encapsulates HTTP action to Alisa SDK. It relays on pop.
  • alisa_wrap: integrates the API of Alisa SDK and supplies a high-level API. It relays on alisa.

License

goalisa comes with Apache License 2.0.

FAQs

Package last updated on 02 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts