@@ -10,13 +10,13 @@ A lightweight, Active Record-style ORM for .NET 8 +, with first-class support fo
1010
1111## Packages
1212
13- | Package | Description |
14- | ---------| -------------|
15- | [ ![ 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 |
16- | [ ![ 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- | [ ![ 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- | [ ![ 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- | [ ![ 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 |
13+ | Package | Version | Description |
14+ | ------| ------ ---| -------------|
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 |
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