Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed May 9, 2024
1 parent 1925210 commit 183d045
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,24 +112,26 @@ When packaging your application using Webpack make sure that `edge-js` is specif

| Framework | Platform | NPM Package | Language code | Documentation |
| ----------- | ------------ | ------------ |-------------- | ------------- |
| .NET 4.5 | Windows | `edge-py` | `py`| <a href="https://github.com/agracio/edge-py" target="_blank">Script Python in a Node.js</a> :link: |
| CoreCLR | Any? | `edge-py` | `py`| <a href="https://github.com/agracio/edge-py" target="_blank">Script Python in a Node.js</a> :link: |
| .NET 4.5 | Windows | `edge-py` | `py` | [Script Python in Node.js](https://github.com/agracio/edge-py) :link: |
| CoreCLR | Any | `edge-py` | `py` | [Script Python in Node.js](https://github.com/agracio/edge-py) :link: |

### PowerShell scripting

| Framework | Platform | NPM Package | Language code | Documentation |
| ----------- | ------------ | ----------- |-------------- | ------------- |
| .NET 4.5 | Windows | `edge-ps` | `ps` | [Script PowerShell in Node.js](#how-to-script-powershell-in-a-nodejs-application) |
| CoreCLR | Any | In development | N/A| N/A |
| .NET 4.5 | Windows | `edge-ps` | `ps` | [Script PowerShell in Node.js](https://github.com/agracio/edge-ps) :link: |
| CoreCLR | Windows | `edge-ps` | `ps` | [Script PowerShell in Node.js](https://github.com/agracio/edge-ps) :link: |

***CoreCLR requires dotnet 8***

### MS SQL scripting

Provides simple access to MS SQL without the need to write separate C# code.

| Framework | Platform | NPM Package | Language code | Documentation |
| ------------- | ------------ | ----------- |-------------- | ------------- |
| .NET 4.5 | Windows | `edge-sql` | `sql`| <a href="https://github.com/agracio/edge-sql" target="_blank">Script T-SQL in Node.js</a> :link: |
| .NET Standard | Any | `edge-sql` | `sql`| <a href="https://github.com/agracio/edge-sql" target="_blank">Script T-SQL in Node.js</a> :link: |
| .NET 4.5 | Windows | `edge-sql` | `sql`| [Script T-SQL in Node.js](https://github.com/agracio/edge-sql) :link: |
| .NET Standard | Any | `edge-sql` | `sql`| [Script T-SQL in Node.js](https://github.com/agracio/edge-sql) :link: |

---------

Expand Down

0 comments on commit 183d045

Please sign in to comment.