josh-development / core

Licence: Apache-2.0 license
Javascript Object Storage Helper

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to core

moosefs-csi
Container Storage Interface (CSI) for MooseFS
Stars: ✭ 44 (-37.14%)
Mutual labels:  persistent-storage
kube-lvm-flexvolume
Enhanced LVM flexVolume driver for Kubernetes
Stars: ✭ 14 (-80%)
Mutual labels:  persistent-storage
persistent binderhub
A Helm chart repo to install persistent BinderHub
Stars: ✭ 18 (-74.29%)
Mutual labels:  persistent-storage
Vellum
Vellum is local persistent data storage for iOS
Stars: ✭ 16 (-77.14%)
Mutual labels:  persistent-storage
Openebs
Leading Open Source Container Attached Storage, built using Cloud Native Architecture, simplifies running Stateful Applications on Kubernetes.
Stars: ✭ 7,277 (+10295.71%)
Mutual labels:  persistent-storage
dndb
A Deno 🦕 persistent, embeddable and optimized NoSQL database for JS & TS
Stars: ✭ 64 (-8.57%)
Mutual labels:  persistent-storage
vue-auto-storage
🍻 An automatic storage plugin for Vue2, persist the data with localStorage.
Stars: ✭ 84 (+20%)
Mutual labels:  persistent-storage
shoebox
ShoeBox is a Kotlin library for persistent data storage that supports views and the observer pattern. While often used with Kweb, it doesn't need to be.
Stars: ✭ 48 (-31.43%)
Mutual labels:  persistent-storage

Josh Logo

JOSH

JavaScript Object Storage Helper

GitHub npm

Support Server


Description

A simple, effective, and efficient database wrapper.

Features

  • Written in TypeScript
  • Offers CommonJS and ESM bundles
  • Fully tested

Installation

# With NPM
npm install @joshdb/core@next
# Or with Yarn
yarn add @joshdb/core@next

Documentation

While the website is still in development and is not running in production you can still read the markdown file guides here

FAQ

What is Josh?

Josh is quite simply the easiest storage system you'll ever encounter. Josh makes it simple to store any JSON-based data effectively into any popular database back-end using providers.

Why use Josh?

Josh makes it extremely easy and simple to get a project up and running as quickly as possible with very little effort when it comes to the database interaction layer. It does this by removed the complexity of setting up and ORM or learning a database language, while still giving you all the power.

When NOT to use Josh?

If you think you can do better, if you already know database interactions or ORMs, or you don't trust database wrappers made by other people... Well, in any of those cases I don't even know why you're on this page, go on now, git out --of:here and go make some good applications, you don't need this!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].