The Wayback Machine - https://web.archive.org/web/20201022171607/https://github.com/sql-machine-learning/goalisa
Skip to content
develop
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.

About

A Go driver for alisa.

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.