Skip to content

Latest commit

History

104 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

QuorielDB

An intuitive and high-performance interface for working with databases in ForgeScript, providing reliable and scalable data storage using LMDB.

Installation

npm i @quoriel/db lmdb

Connection

const{ ForgeClient }=require("@tryforge/forgescript");const{ QuorielDB }=require("@quoriel/db");constdb=newQuorielDB({events: ["databaseConnect","recordUpdate","recordRemove"]});constclient=newForgeClient({extensions: [db]});// Loading events.db.commands.load("events");client.login("...");

Useful

About

An intuitive and high-performance interface for working with databases in ForgeScript, providing reliable and scalable data storage using LMDB.

Resources

Stars

5 stars

Watchers

0 watching

Forks

Used by

Contributors

Languages