npgsql
Database driver
A .NET data provider for PostgreSQL that enables connection and interaction with the PostgreSQL database using C#.
Npgsql is the .NET data provider for PostgreSQL.
3k stars
153 watching
820 forks
Language: C#
last commit: 7 days ago
Linked from 5 awesome lists
c-sharpdatabasedotnetnpgsqlpostgrespostgresqlsql
Related projects:
Repository | Description | Stars |
---|---|---|
npgsql/efcore.pg | A provider that allows .NET developers to interact with PostgreSQL databases using the Entity Framework Core API. | 1,565 |
demetrixbio/fsharp.data.npgsql | An F# type provider library for accessing and manipulating data in PostgreSQL databases. | 127 |
zaid-ajaj/npgsql.fsharp | A F# wrapper around Npgsql to simplify PostgreSQL database interactions | 318 |
brianc/node-postgres | A PostgreSQL client for Node.js, providing a non-blocking connection to the database. | 12,331 |
twentyfourminutes/postgresql.bulk | Provides fast bulk data insertion for PostgreSQL databases using Npgsql | 3 |
crunchydata/postgres-operator | Automates management of production-grade PostgreSQL clusters on Kubernetes | 3,948 |
postgres/postgres | Provides source code distribution of an advanced object-relational database management system | 16,231 |
pgmodeler/pgmodeler | A graphical tool for designing and managing PostgreSQL databases | 3,123 |
pgadmin-org/pgadmin4 | An administration and development platform for managing PostgreSQL databases | 2,537 |
supabase-community/postgres-new | An in-browser Postgres environment with AI assistance and immediate database creation | 2,454 |
vitaly-t/pg-promise | A PostgreSQL interface for Node.js providing automatic connections, transactions, and query formatting. | 3,467 |
lib/pq | A Go driver for connecting to Postgres databases using the standard database/sql package | 9,127 |
paradedb/pg_analytics | Enables direct querying of large data volumes from Postgres using a high-performance analytical query engine | 380 |
sosedoff/pgweb | A cross-platform client for PostgreSQL databases written in Go. | 8,647 |
jackc/pgx | A high-performance PostgreSQL driver and toolkit for building Go applications | 10,804 |