Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

forge.db

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forge.db

Easy to use database for forge.

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

ForgeDB

Easy to use database for forge.

forge.db forgescript Discord

How to use

Download this npm package:

npm i forge.db

Now, in your client initialization:

const { ForgeDB } = require("forge.db")

// I'll assume client, can be bot or anything else
const client = new ForgeClient({
    ...options // The options you currently have
    extensions: [
        new ForgeDB()
    ]
})

And voi-la, you now have database functions loaded to your bot.
Check our docs/functions folder for info of all functions available.

Keywords

bdfd

FAQs

Package last updated on 23 Jan 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