Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.85 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.85 KB
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

DbToys2

How to install

Prerequisite

Via Microsoft Store

DbToys

Via Release

Go to GitHub releases page, click on Assets at the bottom to show the files available in the release. (No autoupdate)

Known issues