Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 500 Bytes

File metadata and controls

21 lines (15 loc) · 500 Bytes

database-sdk

Simple sdk to add Documents in POLYSE database.

Installing

Install PolySE Database SDK by runnig:

go get github.com/polyse/database-sdk

Usage

  1. Import package import sdk "github.com/polyse/database-sdk"
  2. Start polySE database on <example_host>:<example_port>
  3. Create new client like :
       newclient, err := sdk.NewDBClient("<example_host>:<example_port>")
  4. Use client end enjoy:).