Ecosyste.ms: Awesome

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

https://github.com/josethz00/sql-cyclomatic-complexity

Simple parser to calculate the Cyclomatic Complexity of a database from a given schema
https://github.com/josethz00/sql-cyclomatic-complexity

Last synced: 16 days ago
JSON representation

Simple parser to calculate the Cyclomatic Complexity of a database from a given schema

Lists

README

        

# sql-cyclomatic-complexity

Simple parser to calculate the Cyclomatic Complexity of a database from a given schema

### 1. Create your `schema.sql` file into `src` folder

### 2. Paste your SQL DDL Schema into the `schema.sql` file

### 3. Run `yarn parse`