SqlIdeModule 1.0.2
dotnet add package SqlIdeModule --version 1.0.2
NuGet\Install-Package SqlIdeModule -Version 1.0.2
<PackageReference Include="SqlIdeModule" Version="1.0.2" />
<PackageVersion Include="SqlIdeModule" Version="1.0.2" />
<PackageReference Include="SqlIdeModule" />
paket add SqlIdeModule --version 1.0.2
#r "nuget: SqlIdeModule, 1.0.2"
#:package SqlIdeModule@1.0.2
#addin nuget:?package=SqlIdeModule&version=1.0.2
#tool nuget:?package=SqlIdeModule&version=1.0.2
SqlIdeModule
SQL IDE Module for ASP.NET MVC 4.5.2 providing an SSMS-like web interface inside your MVC application.
✨ Features
- SQL authentication
- Database explorer (tables, views, stored procedures, functions)
- Query editor (SSMS-like experience)
- Result grid viewer
- MVC Area-based integration
- Designed for internal / enterprise use
📦 Installation
Install via NuGet Package Manager Console:
Install-Package SqlIdeModule
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.AspNet.Mvc (>= 5.2.9)
- Microsoft.AspNet.Razor (>= 3.2.9)
- Microsoft.AspNet.WebPages (>= 3.2.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 1.0.2 (2026-01-23):
- Fixed Anti-Forgery Token validation issues in AJAX requests.
- Improved session stability on HTTPS / production environments.
- Standardized routing and client-side execution behavior.
- Minor UI and security hardening improvements.
Version 1.0.1 (2026-01-22):
- Fixed: View resolution for custom controllers
- Improved: Session-based authentication support
- Added: Better error messages
- Updated: Documentation
Version 1.0.0 (2024-12-29):
- Initial release with authentication, database explorer, query editor, and result viewer.