@tryforge/forge.db
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

ForgeDB

Easy to use database for forge.

@tryforge/forge.db @tryforge/forgescript Discord

How to use

Download this npm package:

npm i @tryforge/forge.db

Now, in your client initialization:

const { ForgeDB } = require("@tryforge/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.

Package Sidebar

Install

npm i @tryforge/forge.db

Weekly Downloads

14

Version

1.1.1

License

MIT

Unpacked Size

59.2 kB

Total Files

52

Last publish

Collaborators

  • yuzudaneko
  • berk404
  • aggelos_007