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 | 139 | 4/9/2026 |
| 0.2.6 | 175 | 1/6/2026 |
| 0.2.5 | 257 | 12/23/2025 |
| 0.2.4 | 237 | 12/23/2025 |
| 0.2.3 | 308 | 6/18/2025 |
| 0.2.2 | 290 | 6/14/2025 |
| 0.2.1 | 252 | 12/30/2024 |
| 0.2.0 | 294 | 8/23/2024 |
| 0.1.9 | 303 | 8/23/2024 |
| 0.1.8 | 292 | 8/23/2024 |
| 0.1.7 | 301 | 8/20/2024 |
| 0.1.6 | 297 | 3/8/2024 |
| 0.1.5 | 283 | 3/2/2024 |
| 0.1.4 | 437 | 1/6/2023 |
| 0.1.3 | 535 | 10/1/2022 |
| 0.1.2 | 566 | 4/24/2022 |
| 0.1.1 | 593 | 2/3/2022 |
| 0.1.0 | 590 | 2/3/2022 |
| 0.0.9 | 630 | 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