0.5.0 • Published 5 years ago

@directdb/core v0.5.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

@directdb/core

NPM GitHub Workflow Status Node.js Versions

Core library of DirectDB. Use this as a foundation to make your own variant.

Install

npm i @directdb/core
# or
yarn add @directdb/core

Example

import directdb from '@directdb/core'

const rootDir = '.' // Relative or absolute path to a directory
const db = await directdb(rootDir)
0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago