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

pdman

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdman

Pdman Web Version

latest
Source
npmnpm
Version
1.4.3
Version published
Maintainers
1
Created
Source

Pdman Web

该版本仅支持Mysql以及移除了数据库版本管理.

安装

npm i -g pdman

启动

打开控制台, 输入pdman, 启动后访问http://localhost:8000

致谢

原始仓库: pdman

备注

历史记录

  • 使用了IndexedDB进行存储, 对FileHandler对象进行了持久化
  • 其中使用idb-keyval库避免了底层操作

IndexedDB

  • IndexedDB是一个NoSQL数据库、分为数据库、数据表和数据
  • 数据表中的数据为键值对列表, 键则是用来唯一标识文档, value为非结构化数据, 可以有多条
  • 总体结构和ElasticSearch比较像, 不同的是创建文档时必需手动指定主键.

FAQs

Package last updated on 14 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