Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.33 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.33 KB

DtronixModel Build Status

DtronixModel is a compact .net tool to aid in database modeling.

Nuget Packages

Package Status
DtronixModel NuGet
DtronixModel.Tools NuGet

Supported Databases

  • MySql
  • SQLite

Build Requirements

.NET 6.0

The Ddl schema is generated from an XSD file with the program "xsd2code community edition 3.4". https://xsd2code.codeplex.com/

Installation

On Windows, run the "install.bat" in PowerShell and this will restore the NuGet packages, create the installer and silently install the DtronixModeler application.

License

Released under MIT license.