Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. 提供一些围绕数据库的开发辅助功能,包括数据表结构快速查看、导出数据字典、通过模板生成代码等
- Host: GitHub
- URL: https://github.com/NeilQ/DbToys
- Owner: NeilQ
- License: mit
- Created: 2021-07-30T09:18:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T04:00:20.000Z (9 months ago)
- Last Synced: 2024-08-02T06:12:24.625Z (6 months ago)
- Topics: code-generation, data-dictionary, database-tools, desktop, windows, winui3
- Language: C#
- Homepage:
- Size: 4.76 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- WinUI-3-Apps-List - DbToys
README
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)