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: 1 day ago
JSON representation
Simple parser to calculate the Cyclomatic Complexity of a database from a given schema
- Host: GitHub
- URL: https://github.com/josethz00/sql-cyclomatic-complexity
- Owner: josethz00
- Created: 2023-02-09T19:38:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T19:42:23.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T11:46:36.189Z (8 days ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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`