Downloading MagnaDB

If you wish to download MagnaDB, you can either download the source code or install any of its packages to your .NET projects.

Source Code

You can clone or download the MagnaDB Framework directly from GitHub here.

MagnaDB for MS SQL Server

Execute the following command to your NuGet Package Manager Console.

PM> Install-Package MagnaDB.SqlServer

MagnaDB for MySQL

Execute the following command to your NuGet Package Manager Console.

PM> Install-Package MagnaDB.MySQL

MagnaDB for SQLite

Execute the following command to your NuGet Package Manager Console.

PM> Install-Package MagnaDB.SQLite