@joshdb/core

Databases, reimagined

Explore the easiest way to quickly, yet efficiently manage lots of different types of databases, all under one easy to use and powerful api. Paired with providers ranging from MongoDB and SQL to JSON, and Middleware such as caching and schema validation, Josh is the easiest way to manage your data.

import { Josh } from "@joshdb/core";
  
const josh = new Josh({ name: "website" });

await josh.set("foo", "bar");