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
154 watching
825 forks
Language: C#
last commit: about 1 month 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,588 |
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,393 |
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,986 |
postgres/postgres | Provides source code distribution of an advanced object-relational database management system | 16,442 |
pgmodeler/pgmodeler | A graphical tool for designing and managing PostgreSQL databases | 3,147 |
pgadmin-org/pgadmin4 | An administration and development platform for managing PostgreSQL databases | 2,597 |
vitaly-t/pg-promise | A PostgreSQL interface for Node.js providing automatic connections, transactions, and query formatting. | 3,477 |
lib/pq | A Go driver for connecting to Postgres databases using the standard database/sql package | 9,193 |
paradedb/pg_analytics | Enables direct querying of data lakes from Postgres without moving data to a cloud data warehouse | 407 |
sosedoff/pgweb | A cross-platform client for PostgreSQL databases written in Go. | 8,678 |
jackc/pgx | A high-performance PostgreSQL driver and toolkit for building Go applications | 10,954 |