ByteDatabase: Built for Beginners
Using NPM:
npm i byte.db
Installing the dev build:
npm i https://github.com/cloudteamdev/ByteDatabase
If you're having issues with installing, please read our troubleshooting guide here
nothing yet
in ES6:
import { ByteDatabase } from 'byte.db';
in CommonJS:
const { ByteDatabase } = require('byte.db');
initialise the database by doing:
const bytedb = new ByteDatabase();
// use default path and properties (learn more: https://github.com/cloudteamdev/ByteDatabase/docs/guide.md#properties)
snippets:
┕ insert:
bytedb.insert('hello_world', 'helloworld'); // { changes: 1, lastInsertRowid: 1 }
┕ find:
bytedb.find('hello_world'); // helloworld
for more detailed examples check out our guide here
This database is an official project by the
CloudTeam and is managed by
avonryle#2022 in
discord.
This database is an official project by the CloudTeam and is managed by avonryle#2022 at discord.
Thanks goes to these wonderful people who contributed to this project:
oriel-beck 💻 🐛 |
Generated using TypeDoc