Socket
Socket
Sign inDemoInstall

@stackr/sdk

Package Overview
Dependencies
Maintainers
0
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stackr/sdk

core utilities for stackr SDK


Version published
Maintainers
0
Created
Source

Stackr SDK [JS]

Workflow Coverage

Stackr Labs

The Stackr JavaScript core library contains all the modules required to setup and start building your applications as Micro-Rollups.

Documentation

Read the docs for details

Requirements

Node v16 or higher

Installation

Download and install the core module directly

npm i @stackr/sdk

Usage

Database configuration

  • For SQLite, you can use the following configuration and install the sqlite3 package

    "datastore": {
      "type": "sqlite",
      "uri": "path/to/db",
    }
    
  • For PostgreSQL, you can use the following configuration and install the pg package

    "datastore": {
      "type": "postgres",
      "uri": "postgresql://user:password@host:port/db",
    }
    

Keywords

FAQs

Package last updated on 23 Sep 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc