1.1.0 • Published 2 years ago

byte.db v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ByteDatabase: Built for Beginners

Table of Content

Features

  • Persistent Storage: Data stored won't disappear through restarts.
  • Support for non-javascript/typescript projects: With our API (on development) you can use the database on any project you want.
  • Built for Beginners: Our database is beginner friendly and our docs are straight-foward.

Installation

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

Changelog

nothing yet

Quick Examples

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.

Contributors ✨

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:

1.1.0

2 years ago

1.0.0-beta.11

2 years ago

1.0.0-beta.10

2 years ago

1.0.0-beta.9

2 years ago

1.0.0-beta.8

2 years ago

1.0.0-beta.7

2 years ago

1.0.0-beta.6

2 years ago

1.0.0-beta.5

2 years ago

1.0.0-beta.4

2 years ago

1.0.0-beta.3

2 years ago

1.0.0-beta.2

2 years ago

1.0.0-beta.1

2 years ago

1.0.0

2 years ago

1.5.2

2 years ago

0.1.5

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago