⚠ Deprecated: Legacy, CriticalBugs
A data access library for simplified database operations. It provides a simple API for executing SQL queries, handling stored procedures, and managing caching strategies for optimal performance.
$ dotnet add package VelociDBVelociDB.SqlServer is a .NET library that simplifies database operations with SQL Server. It provides support for executing stored procedures, handling SQL queries, and caching results, making it ideal for high-performance applications.
Clone the repository.
Add the VelociDB.SQLServer namespace to your project:
using VelociDB.SQLServer.DB;