1.0.1-a • Published 3 months ago

db-quickly v1.0.1-a

Weekly downloads
-
License
OSL
Repository
github
Last release
3 months ago

Database-quickly

An easy to use noSQL database (json database) for javascript and typescript.

🎈 Getting Started

To start using this package, follow these easy steps bellow to get you started!

🛠️ Installation Steps

  1. Use your favourite package manager to install db-quickly 🚀
pnpm install db-quickly
  1. Thats it! Easy isn't it? Have fun! ❤️

📰 Documentation

Here is a list of availible Classes and its functions:

Database

  • addCluster
  • getClusterById (ByName)
  • getAllClusters
  • deleteClusterById (ByName)
  • updateClusterById (ByName)

Cluster

Note: data can be found under cluster.data

  • insertData

Schema

  • validateData

Others

  • newItem - creates new item for the Schema
  • SchemaTypes - list of allowed Types for a schema Items

🍰 Contributors

  • Kubiczeek - Everything (Frontend, Backend, and UI) - Kubiczeek