We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
项目地址
在线预览
可以快速查看数据库中各表的字段名/字段类型/默认值及描述
可以快速查看各字段是否有索引及索引名称,类型等相关信息
可以快速查看每张表的行数
目前支持mysql和pg
所需环境:
填充
const HOST = ""; const DBNAME = ""; const USER = ""; const PASSWORD = "";
�如果想绑定域名,或远程使用,可使用nginx反向代理
The text was updated successfully, but these errors were encountered:
No branches or pull requests
查看数据库字段&索引简明信息的工具
项目地址
功能简介
在线预览
可以快速查看数据库中各表的字段名/字段类型/默认值及描述
可以快速查看各字段是否有索引及索引名称,类型等相关信息
可以快速查看每张表的行数
目前支持mysql和pg
安装使用
所需环境:
填充
�如果想绑定域名,或远程使用,可使用nginx反向代理
The text was updated successfully, but these errors were encountered: