SqlIdeModule 1.1.1
dotnet add package SqlIdeModule --version 1.1.1
NuGet\Install-Package SqlIdeModule -Version 1.1.1
<PackageReference Include="SqlIdeModule" Version="1.1.1" />
<PackageVersion Include="SqlIdeModule" Version="1.1.1" />
<PackageReference Include="SqlIdeModule" />
paket add SqlIdeModule --version 1.1.1
#r "nuget: SqlIdeModule, 1.1.1"
#:package SqlIdeModule@1.1.1
#addin nuget:?package=SqlIdeModule&version=1.1.1
#tool nuget:?package=SqlIdeModule&version=1.1.1
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.1.1 (2026-09-16):
- change encryption key
Version 1.1.0 (2026-09-16):
- Added query encryption before transmission to hide SQL from network inspection.
- AES-256-CBC encryption on frontend using Web Crypto API (no external dependencies).
- SHA-256 key derivation for consistent 256-bit key on both client and server.
- Backend decryption using SHA-256 hashed key with AES-CBC.
- Fixed Anti-Forgery Token validation: now sent as __RequestVerificationToken form field.
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.