Example to get a database names and their table names and writes them to a simple text file and display in a tree view.
Do not run Get foreign keys' without changing
ApplicationSettings.Catalogsetting in
appsettings.json`
- If not using SQLEXPRESS, change it
- Under
ApplicationSettings
change the server if not using SQLEXPRESS
{
"ConnectionsConfiguration": {
"ActiveEnvironment": "Development",
"Development": "Data Source=.\\SQLEXPRESS;Initial Catalog=master;Integrated Security=True;Encrypt=False"
},
"ApplicationSettings": {
"Server": ".\\SQLEXPRESS",
"Catalog": "NorthWind2024"
}
}
- Written in NET8
- Uses Dapper NuGet package
- Spectre.Console for menu and tree