Install with NPM:
npm install byte.dbTroubleshooting: soon
Install for deno: soon
Getting started with DiscordJS
import{Client,Intents}from"discord.js";import{ByteDatabase}from"byte.db";constclient=newClient({intents: Intents.FLAGS.Guilds|Intents.Flags.GuildMessages,});constdatabase=newByteDatabase("byte.db",{sanitize: true,timeout: 10000});client.login("token")nothing here yet
Class
ByteDatabase- Methods
- insert
- update
- find
- all
- wipe
- delete
- push
- pull
- Burst Methods
- burstInset
- burstFind
- burstDelete
- burstPush
- burstPull
- Methods
Class
Table- rewrite
Class
RowManager- insertRowByKey
- updateRowByKey
- findRowByKey
- findAllRows
- deleteAllRows
- deleteRowByKey
- pushElementToKey
- pullElementFromKey
This database is an official project under the organisation CloudTeam and is managed by avonryle#2022 at discord.
Thanks goes to these wonderful people who contributed to this project:
oriel-beck 💻🐛 | YuzuTheNeko 💻🐛🤔 |
