Coder Social home page Coder Social logo

pdman-web's Introduction

Pdman Web

web版pdman, 并进行了美化, 只支持Mysql, 不支持数据库版本管理.

安装

npm i -g pdman

启动

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

致谢

原始仓库: pdman

备注

开发日志

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

IndexedDB

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

pdman-web's People

Contributors

cweijan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.