46 packages tagged with “localdb”
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire, a background job framework for .NET applications.
A .NET assembly providing interop with the SQL LocalDB native API from managed code using .NET APIs.
The LocalDb TempDb implementation
You hate verbatim SQL queries with zero type safety for your code but you love the speed? Dapper.FastCRUD is built around essential features of the C# 6 / VB that have finally raised the simplicity of raw SQL constructs to acceptable maintenance levels. These features leave no chance to mistypings or problems arising from db entity refactorings. Visual Studio 2019 or later is recommended.
The SQL LocalDB Wrapper is a .NET 4.0 assembly providing interop with the SQL LocalDB native API from managed code using .NET APIs.
Provides a wrapper around the LocalDB to simplify running tests.
Library to create a temporary database that can be used for testing and then dropped once the tests are complete
Provides a wrapper around the LocalDB to simplify running tests that require Entity Framework.
Utility library to simplify unit tests that must use a database by using MS SQL LocalDB to simulate the real database.
A very simple managed wrapper around the unmanaged local db API.
Superfast, lightweight (~100K), truly cross-platform AnyCPU POCO database for PCL, UWP Windows 10/Windows 8.1, WinPhone 8/8.1, .NET4/4.5/4.6, SL5, Xamarin.Android & Xamarin.iOS platforms. Features: * Async, sync & batch DB operations * Automatic and manual POCO mapping, PK automatic generation * No attributes needed * Supports isolated storage, local app data folders. * Simple table structures, schema auto-upgrade * Lazy loading * Indexing * Concurrent database access (multiple application instance support incl. SL OOB)
Package Description
Programatically control Local DB.
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET Core applications).
A small library to help you write integration tests for SQL Server using LocalDb
A framework to extend the Microsoft .net framework with extra data functionality.
LocalDB Mock for EF
An interface class library specially designed for MS-SQL server.
An abstraction utilizing RimDev Automation libraries.
A small wrapper for LocalDb - using command line stuff. Can be used for creating and maintaining LocalDb instances. Super light and really simple - just a nice wrapper...
A super quick localDb testing framework for use with Entity Framework. It uses a localDB instance for the entire test run's life. Each test's execution is wrapped into transaction to avoid test interfering with each other. This means the cost of setting up the DB is only paid once. That is when the first test executes and the EF migrations are run to initialize the DB to the correct state. Now supports Non-EF migrations .WithMigrationAction(()=>{ /* action*/ }); on the builder.
The package Provides a solution for the Repository and UnitOfWork patterns together with inversition of control. On the project site there are examples of Autofact, Castle.Windsor, Ninject, Simpleinjector, StructureMap, and Unity integration. The IoC framework is not an issue... It is ment to integrate nice and smooth like... The project uses tor its repository work Dapper as ORM and Dapper.FactCRUD for fluentness. But you can use is as a foundation and with any IDbConnection and IDbTransient framework you like. The library gives you the building blocks to: * Create Sessions from the IDbFactory in your methods, IDbFactory should be injected into your class's. As Session extends IDbConnection and will Open on the factory spawning the session and dispose the connection on disposal of the connection. * Your Sessions can create UnitOfWork's. As Session extends IDbConnection and will Open on the factory spawning the session and dispose the connection on disposal of the connection. * If your logic just needs "just a" UnitOfWork with a session that has the same scope, the factory can create it for you. * The IRepository and abstract concrete class should be used on your individual repository classes to provide simple and basic calls. But ofcasue you can add all the queries you want into your Repositories and use the dapper and dapper.FastCRUD (or any other extensions) functionality provided to you. * The repository abstract classes use Dapper.FastCRUD to give you a fluent ORM experience with the most common calls. * This library does not lock you to using dapper and FastCRUD, you can use any library you like that extends IDbConnection and IDbTransation, and still use the IDbFactory, ISession and IUnitOrWork. * Implemented for .net 4..0, .net 4.5.2, .net 4.6.1, .net 4.7.1+, .net 1.6 standard, .net 2.0 standard+.
Create a temporary database (localDb/SqlExpress) for testing
.
Crear y manipular instancias de SqlLocalDb
SQL Server 2008+ (including Express), SQL Server LocalDB support for UserManagement