npm.io
1.1.0 • Published 2 years ago

forge.db

Licence
MIT
Version
1.1.0
Deps
2
Size
58 kB
Vulns
0
Weekly
0
Stars
15
DeprecatedThis package is deprecated

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