New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

tindb

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

tindb

Simple local database

unpublished
latest
Source
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

TinDB

Very simple localdatabase for Node, Browser, or Electron.

Still in alpha, do not use for production. Use at your own risks.

Installation

# NPM
npm i tindb
# Yarn
yarn add tindb

How to use

// Create adapter
const adapter = new JSONAdapter(filepath)

// Create instance of the database
const db = new TinDB(adapter)

// Read data
const data = await db.read()

// Write data
await db.write(data)

To Do

  • Memory Adapter
  • Local Storage Adapter

Keywords

database

FAQs

Package last updated on 05 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts