0.5.0 • Published 3 years ago

@directdb/core v0.5.0

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

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago