PGDatabaseCore 0.2.7
dotnet add package PGDatabaseCore --version 0.2.7
NuGet\Install-Package PGDatabaseCore -Version 0.2.7
<PackageReference Include="PGDatabaseCore" Version="0.2.7" />
<PackageVersion Include="PGDatabaseCore" Version="0.2.7" />
<PackageReference Include="PGDatabaseCore" />
paket add PGDatabaseCore --version 0.2.7
#r "nuget: PGDatabaseCore, 0.2.7"
#:package PGDatabaseCore@0.2.7
#addin nuget:?package=PGDatabaseCore&version=0.2.7
#tool nuget:?package=PGDatabaseCore&version=0.2.7
Something to use. (The PGCafe that Support .Net Core)
if has bug, please e-mail to me, i'll fix them as soon as i can.
a15752468@gmail.com
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- PGCafeCore (>= 0.1.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.2.7 | 107 | 4/9/2026 |
| 0.2.6 | 150 | 1/6/2026 |
| 0.2.5 | 236 | 12/23/2025 |
| 0.2.4 | 215 | 12/23/2025 |
| 0.2.3 | 285 | 6/18/2025 |
| 0.2.2 | 264 | 6/14/2025 |
| 0.2.1 | 228 | 12/30/2024 |
| 0.2.0 | 268 | 8/23/2024 |
| 0.1.9 | 277 | 8/23/2024 |
| 0.1.8 | 268 | 8/23/2024 |
| 0.1.7 | 276 | 8/20/2024 |
| 0.1.6 | 275 | 3/8/2024 |
| 0.1.5 | 261 | 3/2/2024 |
| 0.1.4 | 429 | 1/6/2023 |
| 0.1.3 | 523 | 10/1/2022 |
| 0.1.2 | 555 | 4/24/2022 |
| 0.1.1 | 583 | 2/3/2022 |
| 0.1.0 | 578 | 2/3/2022 |
| 0.0.9 | 620 | 12/17/2021 |
2025.04.09 Release 0.2.7
* Fix the QuoteType (AutoWithCaseSensitive) of another database type.
2025.01.06 Release 0.2.6
* Fix the QuoteType (AutoWithCaseSensitive) of another database type.
2025.12.23 Release 0.2.5
* Enhance Oracle/PostgreSQL auto QuoteType (AutoWithCaseSensitive) condiftion.
2025.06.18 Release 0.2.3
* Fix bug for sometims will not throw exception.
2025.06/14 Release 0.2.2
* Add WhereIn support generic type values.
2024.12.30 Release 0.2.1
* Add [AllowEmptyValues] for PGDbCommand.WhereIn function.
* Support IEnumerable value to use parameter of In cluase.
2024.08.23 Release 0.2.0
- Remove file.
2024.08.23 Release 0.1.8
- Add Database.Schema support json convert.
2024.08.20 Release 0.1.7
- Add ECompare.Like and ECompare.NotLike of where clause.
- Add ProcedureCommand.
- Fix: Prevent to write user name and password of connection string in log file.
- Fix: ToScript now support EColumnRule.PassByParameterFormat style.
2024.03.08 Release 0.1.6
- Add MySql schema generator.
2024.03.02 Release 0.1.5
- Support Guid for DB Value.
- Add SQLServer, Oracle schema generator.
2023.01.06 Release 0.1.4
- Fix the backslash escape of sql script.
2022.10.01 Release 0.1.3
- Update PGCafeCore to 0.1.3.
- Fix some bugs.
2022.04.24 Release 0.1.2
- Update PGCafeCore to 0.1.3.
2022.02.03 Release 0.1.1
- Support DateOnly type to convert to DB value.
2022.02.03 Release 0.1.0
- Change SQLite provider to official library.
2021.12.17 Release 0.0.9
- Initialize