https://github.com/softstonedevelop/gedaq.npgsql
Attributes required for Gedaq ORM operation for PostgreSQL database.
https://github.com/softstonedevelop/gedaq.npgsql
attributes gedaq mapping orm orm-library postgresql roslyn-analyzer roslyn-generator
Last synced: 24 days ago
JSON representation
Attributes required for Gedaq ORM operation for PostgreSQL database.
- Host: GitHub
- URL: https://github.com/softstonedevelop/gedaq.npgsql
- Owner: SoftStoneDevelop
- License: mit
- Created: 2022-09-10T10:11:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-05-05T23:32:40.000Z (about 1 month ago)
- Last Synced: 2026-05-06T01:14:05.922Z (about 1 month ago)
- Topics: attributes, gedaq, mapping, orm, orm-library, postgresql, roslyn-analyzer, roslyn-generator
- Language: C#
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gedaq.Npgsql
[](https://www.nuget.org/packages/Gedaq.Npgsql/)
[](https://www.nuget.org/packages/Gedaq.Npgsql/)
[](https://github.com/SoftStoneDevelop/Gedaq.Npgsql/stargazers)
[](LICENSE)
Documentation
Attributes required for [Gedaq ORM](https://github.com/SoftStoneDevelop/Gedaq) operation for PostgreSQL database and [Npgsql](https://github.com/npgsql/npgsql).
Simple single parameter(int) query comparison Gedaq.Npgsql vs Gedaq.DbConnection:
| Method | Calls | Mean | Ratio | Allocated | Alloc Ratio |
|------------------- |------ |----------:|------:|----------:|------------:|
| **Gedaq.Npgsql** | **50** | **35.49 ms** | **1.06** | **45.9 KB** | **0.65** |
| Gedaq.DbConnection | 50 | 33.52 ms | 1.00 | 70.59 KB | 1.00 |
| | | | | | |
| **Gedaq.Npgsql** | **100** | **65.87 ms** | **0.97** | **91.21 KB** | **0.65** |
| Gedaq.DbConnection | 100 | 68.24 ms | 1.00 | 140.52 KB | 1.00 |
| | | | | | |
| **Gedaq.Npgsql** | **200** | **126.53 ms** | **0.95** | **181.84 KB** | **0.65** |
| Gedaq.DbConnection | 200 | 134.23 ms | 1.00 | 280.36 KB | 1.00 |
Something is still not clear and [Documentation](https://github.com/SoftStoneDevelop/Gedaq.Npgsql/tree/main/Documentation/Readme.md) does not help? [Feel free to ask a question on StackOverflow](https://stackoverflow.com/questions/ask?tags=gedaq,npgsql,c%23)