Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laravel-admin-extensions/data-dictionary
Mysql Data dictionary, Mysql数据字典
https://github.com/laravel-admin-extensions/data-dictionary
Last synced: about 1 month ago
JSON representation
Mysql Data dictionary, Mysql数据字典
- Host: GitHub
- URL: https://github.com/laravel-admin-extensions/data-dictionary
- Owner: laravel-admin-extensions
- License: mit
- Created: 2019-03-15T08:19:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-07T01:23:01.000Z (over 5 years ago)
- Last Synced: 2024-11-02T18:41:37.860Z (about 1 month ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-laravel-admin - data-dictionary - 一个简单的Mysql数据字典工具,可以用来查看和导出表结构 (扩展包 / 工具类扩展包)
README
Mysql Data dictionary
======A simple Mysql data dictionary tool that can be used to view and export table structures.
一个简单的Mysql数据字典工具,可以用来查看和导出表结构。
## Screenshot
![WX20190315-165304](https://user-images.githubusercontent.com/1479100/54419611-dc3e6100-4742-11e9-933e-b4d166d19b5d.png)
## Installation
```bash
composer require laravel-admin-ext/data-dictionary -vvv
```Add an entry to the menu with the following command
```bash
php artisan admin:import phpinfo
```## Usage
Open `http://localhost/admin/data-dictionary` in your browser after install.
## 支持
如果觉得这个项目帮你节约了时间,不妨支持一下;)
![-1](https://cloud.githubusercontent.com/assets/1479100/23287423/45c68202-fa78-11e6-8125-3e365101a313.jpg)
License
------------
Licensed under [The MIT License (MIT)](LICENSE).