prismarinedb

1.0.1 • Public • Published

prismarinetitle

prismarinebg

About

PrismarineDB is a database designed to feel similar to mongoose. Instead of being a key-value database like most MCBE databases, it uses documents like what MongoDB does.

Usage

Creating a table

let table = prismarineDB.table("table")

Inserting a document

table.insertDocument({
  key1: "test"
})

Finding a document

  1. Find all documents matching a query
let document = table.findDocuments({
  key: "value"
})
  1. Find first document matching a query
let document = table.findFirst({
  key: "value"
})

Scripts using PrismarineDB

Made by Azalea-Essentials

Readme

Keywords

none

Package Sidebar

Install

npm i prismarinedb

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

6.24 kB

Total Files

4

Last publish

Collaborators

  • antspa767