Found 231 packages
Firebird ADO.NET data provider
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
The Entity Framework Core provider for Firebird enables you to develop .NET applications that connect to the Firebird database using Entity Framework Core.
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.
The Entity Framework provider for Firebird enables you to develop .NET applications that connect to the Firebird database using Entity Framework.
T4 scaffolding templates for Firebird database to generate LINQ to DB data models. It provides only scaffolding functionality and to use Linq To DB in your project you should add reference to linq2db nuget and corresponding database provider explicitly.
LINQ to DB is a data access technology that provides a run-time infrastructure for managing relational data as objects.
LLBLGen Pro is a leading ORM framework and entity modelling solution for .NET. This package contains the Dynamic Query Engine for Firebird. This package has an indirect dependency on the ADO.NET provider FirebirdSql.Data.FirebirdClient, and it is required to be present on the system at runtime. For .NET 4.5.2 it's not necessary to reference the ADO.NET provider directly in your project. For .NET Standard 2.0 and up, you have to reference the FirebirdSql.Data.FirebirdClient package as well. See the LLBLGen Pro Runtime Framework documentation for details.
Light, simple and fast convention-based code-first POCO ORM for Firebird. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in Firebird.
FreeSql 数据库实现,基于 Firebird
EntityFrameworkCore.FirebirdSql is an ORM, created at the top of the Firebird ADO.NET (FirebirdSql.Data.FirebirdClient) Data Provider. It allows you to use Entity Framework Core 2.0 as an extension, to access Firebird (2.x, 3.x, 4.x)
DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds Firebird support.
Adds support for Firebird to DataObjects.Net
Business Logic Toolkit Firebird Data Provider for .NET
Package Description
Firebird Metadata Provider for Active Query Builder
This package contains ADO.NET data provider, which fully implements the System.Data.OleDb features and adds many own, unique features. Primary targets of this ADO.NET provider: Firebird/InterBase DBMS and LCPI.IBProvider.5 [Native OLE DB Provider For FB/IB]. Supported .NET platforms: FW 3.5/4.0/4.5/4.5.1/4.6/4.6.2/4.7.2/4.8, Standard 2.0/2.1, 5.0/6.0/7.0/8.0 (Windows). Please visit www.ibprovider.com for more information and complete installation kit with DDEX providers, debug assemblies, nunit tests and samples of usage.
Firebird ADO.NET data provider
Extends ADONetHelper library to Firebird
Allows to execute Linq to DB queries in Entity Framework Core DbContext.