Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/NeilQ/DbToys

DbToys offers a set of utilities around database like view table design, exporting data dictionary, code generator. 提供一些围绕数据库的开发辅助功能,包括数据表结构快速查看、导出数据字典、通过模板生成代码等
https://github.com/NeilQ/DbToys

code-generation data-dictionary database-tools desktop windows winui3

Last synced: 2 months ago
JSON representation

DbToys offers a set of utilities around database like view table design, exporting data dictionary, code generator. 提供一些围绕数据库的开发辅助功能,包括数据表结构快速查看、导出数据字典、通过模板生成代码等

Awesome Lists containing this project

README

        


logo

DbToys


## Introduction

DbToys offers a set of utilities around database like view table design, exporting data dictionary, code generator.

Supported databases:
- Sql Server
- Mysql
- Postgresql

## Features
### OneClick To View Table
Sometimes we just want to view the column definition and see the sample data by one click.

- View table design
- View Sample result data of table
- Export data dictionary to excel
- Code generation

### Export Database Documents
- Export data dicionary to Excel
- more to continue...

### Code Generation
- Global templates
- Customize your own code templates
- Generate code files according the selected data table and the code templates

## Screenshots

![DbToys1](./images/screen1.png)

![DbToys2](./images/screen2.png)

## How to install

### Prerequisite
- You need Windows 10 build 17763+ or later.
- [Microsoft Edge WebView2 Runtime](https://go.microsoft.com/fwlink/p/?LinkId=2124703) should be installed.

### Via Microsoft Store
[DbToys](https://apps.microsoft.com/store/detail/dbtoys/9NKCGCMR2W99)

### Via Release
Go to [GitHub releases page](https://github.com/NeilQ/DbToys/releases), click on Assets at the bottom to show the files available in the release.
**(No autoupdate)**

## Known issues
- [Flash when using Multiple WebViews in Tab Controls](https://github.com/MicrosoftEdge/WebView2Feedback/issues/1412)
- [Working with CoreWebView2 in MAUI Blazor (hybrid) in combination with Identity results in compile errors](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3583)
- [TreeView with DataTemplateSelector not reliably using selected DataTemplate](https://github.com/microsoft/microsoft-ui-xaml/issues/2121)