@@ -12,11 +12,11 @@ A lightweight, Active Record-style ORM for .NET 8 +, with first-class support fo
1212
1313| Package | Version | Description |
1414| ------| ---------| -------------|
15- | ** ActiveForge.Core** | [ ![ NuGet version ] ( https://badge.fury.io/nu/ActiveForge.Core.svg )] ( https://badge.fury.io/nu/ActiveForge.Core ) | Core — entities, fields, predicates, LINQ, transactions, adapters, Castle proxy factory for automatic transaction handling.|
16- | ** ActiveForge.SqlServer** | [ ![ NuGet version ] ( https://badge.fury.io/nu/ActiveForge.SqlServer.svg )] ( https://badge.fury.io/nu/ActiveForge.SqlServer ) | SQL Server provider — ` SqlServerConnection ` , ADO.NET adapters, ` SqlServerUnitOfWork ` , DI extensions |
17- | ** ActiveForge.PostgreSQL** | [ ![ NuGet version ] ( https://badge.fury.io/nu/ActiveForge.PostgreSQL.svg )] ( https://badge.fury.io/nu/ActiveForge.PostgreSQL ) | PostgreSQL provider — ` PostgreSQLConnection ` , Npgsql adapters, ` PostgreSQLUnitOfWork ` , DI extensions |
18- | ** ActiveForge.MongoDB** | [ ![ NuGet version ] ( https://badge.fury.io/nu/ActiveForge.MongoDB.svg )] ( https://badge.fury.io/nu/ActiveForge.MongoDB ) | MongoDB provider — ` MongoDataConnection ` , BSON mapping, ` MongoUnitOfWork ` , DI extensions |
19- | ** ActiveForge.SQLite** | [ ![ NuGet version ] ( https://badge.fury.io/nu/ActiveForge.SQLite.svg )] ( https://badge.fury.io/nu/ActiveForge.SQLite ) | SQLite provider — ` SQLiteConnection ` , Microsoft.Data.Sqlite adapters, ` SQLiteUnitOfWork ` , DI extensions |
15+ | ** ActiveForge.Core** | [ ![ ActiveForge.Core ] ( https://badge.fury.io/nu/ActiveForge.Core.svg )] ( https://badge.fury.io/nu/ActiveForge.Core ) | Core — entities, fields, predicates, LINQ, transactions, adapters, Castle proxy factory for automatic transaction handling.|
16+ | ** ActiveForge.SqlServer** | [ ![ ActiveForge.SqlServer ] ( https://badge.fury.io/nu/ActiveForge.SqlServer.svg )] ( https://badge.fury.io/nu/ActiveForge.SqlServer ) | SQL Server provider — ` SqlServerConnection ` , ADO.NET adapters, ` SqlServerUnitOfWork ` , DI extensions |
17+ | ** ActiveForge.PostgreSQL** | [ ![ ActiveForge.PostgreSQL ] ( https://badge.fury.io/nu/ActiveForge.PostgreSQL.svg )] ( https://badge.fury.io/nu/ActiveForge.PostgreSQL ) | PostgreSQL provider — ` PostgreSQLConnection ` , Npgsql adapters, ` PostgreSQLUnitOfWork ` , DI extensions |
18+ | ** ActiveForge.MongoDB** | [ ![ ActiveForge.MongoDB ] ( https://badge.fury.io/nu/ActiveForge.MongoDB.svg )] ( https://badge.fury.io/nu/ActiveForge.MongoDB ) | MongoDB provider — ` MongoDataConnection ` , BSON mapping, ` MongoUnitOfWork ` , DI extensions |
19+ | ** ActiveForge.SQLite** | [ ![ ActiveForge.SQLite ] ( https://badge.fury.io/nu/ActiveForge.SQLite.svg )] ( https://badge.fury.io/nu/ActiveForge.SQLite ) | SQLite provider — ` SQLiteConnection ` , Microsoft.Data.Sqlite adapters, ` SQLiteUnitOfWork ` , DI extensions |
2020
2121All connection types live in the ` ActiveForge ` namespace, so a single ` using ActiveForge; ` is sufficient regardless of the provider chosen.
2222
0 commit comments