Mejram.Console
0.0.4
dotnet tool install --global Mejram.Console --version 0.0.4
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local Mejram.Console --version 0.0.4
#tool dotnet:?package=Mejram.Console&version=0.0.4
nuke :add-package Mejram.Console --version 0.0.4
Mejram
The name
Mejram is the swedish name for Marjoram. Like any spice it is intended to give flavor to the analysis of sql databases.
Goal
The goal is to be able to analyse relational databases with a large number of tables. Many of the databases I've seen related to managing a specific domain (enterprise system) have around 200-300 tables. Even though this is not to large to analyse by hand, it can definitelly be to cumbersome. If you use sql server and the relations are well maintained. That is: The referential constraints are present where they should be. Then you don't need to use this tool. You can use sql server manager. The problem is that it's often a mixture of well maintained referential constraints and implied (i.e. can be gleaned by the naming convention in the database) but not formal.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
This package has no dependencies.