An open API service indexing awesome lists of open source software.

https://github.com/nice-digital/planningtoolsqldependancyanalyser

a console app that analyses the SQL object dependancies for a DataAccess.cs file for a planning tool application
https://github.com/nice-digital/planningtoolsqldependancyanalyser

Last synced: over 1 year ago
JSON representation

a console app that analyses the SQL object dependancies for a DataAccess.cs file for a planning tool application

Awesome Lists containing this project

README

          

# Planning Tool SQL dependancy analyser

## Overview

This is a console app that analyses the SQL object dependancies for a DataAccess.cs file for a planning tool application. It produces a list of SQL object names.

## How to use

Set your connection string and file path in Program.cs then press run!