Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 27, 2023. It is now read-only.
/ ByteDatabase Public archive

A simple, easy-to-use, beginner friendly and typed wrapper for better-sqlite3.

cloudteamdev/ByteDatabase

Repository files navigation

ByteDatabase: Built for Beginners

Table of Content

Installation

Install with NPM:

npm install byte.db

Troubleshooting: soon
Install for deno: soon

Getting started with DiscordJS

import { Client, Intents } from "discord.js";
import { ByteDatabase } from "byte.db";
const client = new Client({
 intents: Intents.FLAGS.Guilds | Intents.Flags.GuildMessages,
});
const database = new ByteDatabase("byte.db", {
 sanitize: true,
 timeout: 10000
});
client.login("token")

ChangeLog (curr: v1.1.0, next: v2 rewrite)

nothing here yet

Roadmap

  • Class ByteDatabase

    • Methods
      • insert
      • update
      • find
      • all
      • wipe
      • delete
      • push
      • pull
    • Burst Methods
      • burstInset
      • burstFind
      • burstDelete
      • burstPush
      • burstPull
  • Class Table

    • rewrite
  • Class RowManager

    • insertRowByKey
    • updateRowByKey
    • findRowByKey
    • findAllRows
    • deleteAllRows
    • deleteRowByKey
    • pushElementToKey
    • pullElementFromKey

Contributors ✨

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:

About

A simple, easy-to-use, beginner friendly and typed wrapper for better-sqlite3.

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 7

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /