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...
More information
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)
necessary firebird embedded dll's for .NET applications from firebird release v2.5.6.27020
(x86 and x64 depending by project settings)
ATTENTION - not working with clickonce applikations(the files will be not part of the clickonce paket :/)
Fork of the FirebirdClient - ADO.NET Data Provider from FirebirdSql. This version is built agains .NETSTANDARD 2.0.
Original client: https://github.com/cincuranet/FirebirdSql.Data.FirebirdClient
A Dapper-based multi-target .NET Standard library (.NET Standard 2.0/2.1) that can be used in projects with any .NET implementation, like .NET Framework, .NET Core, Mono, Xamarin, etc., for multi-database access (MS SQL Server, Oracle, PostgreSQL, MySQL, Firebird, SQLite). Usage is the same as...
More information