An open API service indexing awesome lists of open source software.

https://github.com/ontariosystems/isclib

Go library for interacting with InterSystems Corporation products like Cache, Ensemble, and IRIS
https://github.com/ontariosystems/isclib

intersystems intersystems-cache intersystems-ensemble intersystems-iris

Last synced: about 1 year ago
JSON representation

Go library for interacting with InterSystems Corporation products like Cache, Ensemble, and IRIS

Awesome Lists containing this project

README

          

# isclib
[![Latest Tag](https://img.shields.io/github/tag/ontariosystems/isclib.svg)](https://github.com/ontariosystems/isclib/tags)
[![CLA assistant](https://cla-assistant.io/readme/badge/ontariosystems/isclib)](https://cla-assistant.io/ontariosystems/isclib)
[![Build Status](https://github.com/ontariosystems/isclib/actions/workflows/test.yml/badge.svg)](https://github.com/ontariosystems/isclib/actions/workflows/test.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/ontariosystems/isclib/v2)](https://goreportcard.com/report/github.com/ontariosystems/isclib/v2)
[![GoDoc](https://godoc.org/github.com/ontariosystems/isclib/v2?status.svg)](https://godoc.org/github.com/ontariosystems/isclib/v2)

Go library for interacting with InterSystems Corporation products like Caché, Ensemble, and IRIS Data Platform

It provides methods for determining if ISC products are installed and for interacting with instances of them

Some example code can be found in the [GoDocs](https://godoc.org/github.com/ontariosystems/isclib/v2)