0.5.0 • Published 4 years ago

@directdb/core v0.5.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago