Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cincuranet/firebirdsql.data.firebirdclient
Firebird ADO.NET Data Provider
https://github.com/cincuranet/firebirdsql.data.firebirdclient
ado-net c-sharp csharp database ddex dotnet dotnet-core entity-framework entity-framework-core net netcore netstandard
Last synced: about 8 hours ago
JSON representation
Firebird ADO.NET Data Provider
- Host: GitHub
- URL: https://github.com/cincuranet/firebirdsql.data.firebirdclient
- Owner: cincuranet
- License: other
- Created: 2013-07-24T07:42:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T07:48:01.000Z (27 days ago)
- Last Synced: 2024-11-06T05:00:29.701Z (7 days ago)
- Topics: ado-net, c-sharp, csharp, database, ddex, dotnet, dotnet-core, entity-framework, entity-framework-core, net, netcore, netstandard
- Language: C#
- Homepage: http://www.firebirdsql.org/en/net-provider/
- Size: 33.5 MB
- Stars: 119
- Watchers: 32
- Forks: 63
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: license.txt
Awesome Lists containing this project
README
# Firebird .NET Data Provider
## Documentation
* [ADO.NET provider](docs/ado-net.md)
* [Entity Framework 6 provider](docs/entity-framework-6.md)
* [Entity Framework Core provider](docs/entity-framework-core.md)
* [Services - Backup](docs/services-backup.md)
* [Events](docs/events.md)
* [ADO.NET - Schema](docs/ado-net-schema.md)
* [Time zones](docs/time-zones.md)
* [DECFLOAT datatype](docs/decfloat.md)
* [INT128 datatype](docs/int128.md)
* [Batching](docs/batching.md)## Packages
| NuGet | Version | Downloads |
|-------|---------|-----------|
| [FirebirdSql.Data.FirebirdClient](https://www.nuget.org/packages/FirebirdSql.Data.FirebirdClient) | ![FirebirdSql.Data.FirebirdClient](https://img.shields.io/nuget/v/FirebirdSql.Data.FirebirdClient.svg) | ![FirebirdSql.Data.FirebirdClient](https://img.shields.io/nuget/dt/FirebirdSql.Data.FirebirdClient.svg) |
| [EntityFramework.Firebird](https://www.nuget.org/packages/EntityFramework.Firebird) | ![EntityFramework.Firebird](https://img.shields.io/nuget/v/EntityFramework.Firebird.svg) | ![EntityFramework.Firebird](https://img.shields.io/nuget/dt/EntityFramework.Firebird.svg) |
| [FirebirdSql.EntityFrameworkCore.Firebird](https://www.nuget.org/packages/FirebirdSql.EntityFrameworkCore.Firebird) | ![FirebirdSql.EntityFrameworkCore.Firebird](https://img.shields.io/nuget/v/FirebirdSql.EntityFrameworkCore.Firebird.svg) | ![FirebirdSql.EntityFrameworkCore.Firebird](https://img.shields.io/nuget/dt/FirebirdSql.EntityFrameworkCore.Firebird.svg) |## Resources
* [Downloads](https://github.com/FirebirdSQL/NETProvider/releases)
* [Issue tracker](https://github.com/FirebirdSQL/NETProvider/issues)
* [Development mailing list](https://groups.google.com/forum/#!forum/firebird-net-provider)## Builds
[![GitHub Actions](https://github.com/FirebirdSQL/NETProvider/workflows/CI/badge.svg)](https://github.com/FirebirdSQL/NETProvider/actions)
## Misc
### Notable supporters
* Sean Leyne (Broadview Software)
* SMS-Timing### 3rd party code
* For zlib compression the provider uses pieces from [DotNetZip](http://dotnetzip.codeplex.com/) library.
* For RC4 encryption the provider uses pieces from [Bouncy Castle](https://www.bouncycastle.org/csharp/index.html) library.