microsoft / SQLServerPSModule

This repo is the home of SQL Server PowerShell Module development.
MIT License
45 stars 1 forks source link

Make Read-SQLTableData AzStaticWebapp\MsEdge compatible. #39

Open Ayanmullick opened 1 year ago

Ayanmullick commented 1 year ago

Since .Net compiles to WebAssembly now, it should be feasible to create a WebAssembly package for 'Read-SQLTableData' so one could import and run it directly in the browser so someday there could be a PowerShell client supported for AzStaticWebapp too.

Python example: Getting started with PyScript — PyScript documentation CodePen demo : Pyscript fetching data| Works (codepen.io)

Submitting as discussed with @Matteo-T.

potatoqualitee commented 1 year ago

WHAT IN THE WORLD? I wanna do this with my PowerShell 🤔