Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luanroger/datamaster
Create databases with a lightweight and intuitive tool.
https://github.com/luanroger/datamaster
csharp dotnet sql sql-server tool windows-forms
Last synced: 16 days ago
JSON representation
Create databases with a lightweight and intuitive tool.
- Host: GitHub
- URL: https://github.com/luanroger/datamaster
- Owner: LuanRoger
- License: gpl-3.0
- Created: 2021-08-24T12:15:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T18:20:32.000Z (over 2 years ago)
- Last Synced: 2024-11-15T03:49:47.467Z (3 months ago)
- Topics: csharp, dotnet, sql, sql-server, tool, windows-forms
- Language: C#
- Homepage:
- Size: 1.52 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://github.com/LuanRoger/DataMaster/blob/main/screenshots/PrintSplashScreen.png)
![](https://img.shields.io/github/last-commit/LuanRoger/DataMaster)
![](https://img.shields.io/github/license/LuanRoger/DataMaster)### Create databases with a lightweight and intuitive tool.
## Features
- Database modeler with graphical interface.
- SQL script editor with highlight.
- Customizable script editor.
- Connect with a database and execute sql commands directly.## Technologies and language
- [.NET 5](https://dotnet.microsoft.com)
- [SQL Server Express 2019](https://www.microsoft.com/pt-br/sql-server)
- C### Screenshots
![](https://github.com/LuanRoger/DataMaster/blob/main/screenshots/PrintHome.png)![](https://github.com/LuanRoger/DataMaster/blob/main/screenshots/PrintCreateDatabase.png)
![](https://github.com/LuanRoger/DataMaster/blob/main/screenshots/PrintScriptEditor.png)
## Requirements
- [.NET Desktop Runtime 5x](https://dotnet.microsoft.com/download/dotnet/5.0)