Skip to content

Commit a60ee56

Browse files
committed
v3.0.4 - 🎉 NuGet package release
1 parent 3001458 commit a60ee56

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# DBBroker
22

3-
![DbBroker logo](/assets/logo-with-name.png "logo")
3+
![DbBroker logo](https://raw.githubusercontent.com/diegosiao/DBBroker/refs/heads/master/assets/logo-with-name.png "logo")
44

55
A lightweight and easy to use .NET tool and library for effortless database records manipulation.
66

77
## Benefits
88

99
- Automatically generated Data Models
1010
- Zero-SQL
11-
- Compile time database compatibility and change check
11+
- Compile time database schemas compatibility and change check
1212

1313
## NuGet
1414

@@ -26,9 +26,9 @@ DBBroker approach is powerful and different from other ORMs because it associate
2626

2727
## Philosophy
2828

29-
DBBroker offers features that benefit any kind of application, from the simplest to the most complex, particularly in security-restricted scenarios. Here are some key requirements it addresses:
29+
DBBroker offers features that benefit any kind of .NET application that interacts with databases, from the simplest to the most complex, particularly in security-restricted scenarios. Here are some key requirements it addresses that other ORMs fail:
3030

31-
- Applications should **NOT** be responsible for executing [DDL](https://en.wikipedia.org/wiki/Data_definition_language).
31+
- Applications should **NOT** be executing [DDL](https://en.wikipedia.org/wiki/Data_definition_language).
3232

3333
- Applications' Data Access Objects should act as **clients** to the database, not the other way around.
3434

src/DbBroker/DbBroker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1313
<PackageId>DBBroker</PackageId>
14-
<Version>3.0.2-beta</Version>
14+
<Version>3.0.4</Version>
1515
<Authors>Diego De Medeiros</Authors>
1616
<Company></Company>
1717
<Copyright></Copyright>

src/DbBroker/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# DBBroker 3.x
1+
# DBBroker
22

3-
![DbBroker logo](/assets/logo-with-name.png "logo")
3+
![DbBroker logo](https://raw.githubusercontent.com/diegosiao/DBBroker/refs/heads/master/assets/logo-with-name.png "logo")
44

55
A lightweight and easy to use .NET tool and library for effortless database records manipulation.
66

77
## Benefits
88

99
- Automatically generated Data Models
1010
- Zero-SQL
11-
- Compile time database compatibility and change check
11+
- Compile time database schemas compatibility and change check
1212

1313
## NuGet
1414

@@ -26,9 +26,9 @@ DBBroker approach is powerful and different from other ORMs because it associate
2626

2727
## Philosophy
2828

29-
DBBroker offers features that benefit any kind of application, from the simplest to the most complex, particularly in security-restricted scenarios. Here are some key requirements it addresses:
29+
DBBroker offers features that benefit any kind of .NET application that interacts with databases, from the simplest to the most complex, particularly in security-restricted scenarios. Here are some key requirements it addresses that other ORMs fail:
3030

31-
- Applications should **NOT** be responsible for executing [DDL](https://en.wikipedia.org/wiki/Data_definition_language).
31+
- Applications should **NOT** be executing [DDL](https://en.wikipedia.org/wiki/Data_definition_language).
3232

3333
- Applications' Data Access Objects should act as **clients** to the database, not the other way around.
3434

0 commit comments

Comments
 (0)