Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【自荐工具】查看数据库字段&索引简明信息的工具 #1850

Closed
cuishuang opened this issue Jul 19, 2021 · 0 comments
Closed

【自荐工具】查看数据库字段&索引简明信息的工具 #1850

cuishuang opened this issue Jul 19, 2021 · 0 comments

Comments

@cuishuang
Copy link
Contributor

cuishuang commented Jul 19, 2021

查看数据库字段&索引简明信息的工具

项目地址
image

功能简介

在线预览


  • 可以快速查看数据库中各表的字段名/字段类型/默认值及描述

  • 可以快速查看各字段是否有索引及索引名称,类型等相关信息

  • 可以快速查看每张表的行数

目前支持mysql和pg


安装使用

所需环境:

  • php 5.6以上

填充

const HOST = "";
const DBNAME = "";
const USER = "";
const PASSWORD = "";

�如果想绑定域名,或远程使用,可使用nginx反向代理

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants