GGS Database is a client library for interacting with a remote database service. Version 1.2.2 provides a simple API for CRUD operations on collections via HTTP requests. It uses token-based authentication and project name headers. The library has no notable alternatives, but it is minimal and requires manual setup of host, port, and authentication credentials. Release cadence is unclear, and the library is not actively maintained.
npm install ggs-databaseNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to initialize GGSClient with store config, set data to a collection, and get data from it.
Use 'secreteKey' as defined in the constructor or check for updates.
Use client.set(collection, {}) to clear all data in the collection.Wrap client.get calls in try/catch or add .catch handlers.
Use import { GGSClient } from 'ggs-database'.Use Node 18+ or install node-fetch and polyfill.
No dependency data recorded yet.