postgresql-driver
There are 40 repositories under postgresql-driver topic.
brianc/node-postgres
PostgreSQL client for node.js.
jasync-sql/jasync-sql
Java & Kotlin Async DataBase Driver for MySQL and PostgreSQL written in Kotlin
denodrivers/postgres
PostgreSQL driver for Deno
tlocke/pg8000
A Pure-Python PostgreSQL Driver
psqlpy-python/psqlpy
Asynchronous Python PostgreSQL driver written in Rust
yandex/ozo
OZO is a C++17 Boost.Asio based header-only library for asyncronous communication with PostgreSQL DBMS.
dmitigr/pgfe
PostgreSQL C++ driver
smyrgeorge/sqlx4k
A high-performance, non-blocking database driver for PostgreSQL, MySQL, and SQLite, written for Kotlin Native.
kagis/pgwire
PostgreSQL client library for Deno and Node.js that exposes all features of wire protocol.
Meenapintu/Restweb
Sample code of cpprestsdk (casablanca), it's a sample example for beginner to get started with cpprestsdk with database(currently PostgreSQL) integration with basic structure, programmer can extend it.
anse1/emacs-libpq
An Emacs 25 module for accessing postgres via libpq.
luanpaschoal/pentaho-server-docker
Docker image for pentaho server 9 and container configuration
processone/p1_pgsql
Pure Erlang PostgreSQL driver
FerdinaKusumah/sanic-asyncpg
Example Python sanic with async postgre SQL
dingmingxin/skynet_pgsql
A pure Lua Postgres driver for use in skynet ONLY
Seddryck/Pgnoli
Pgnoli is a .NET implementation of the PostgreSQL wire protocol v3. It gives you some traits to implement your own PostgreSQL compatible servers (and client if there is case Npgsql does not fit).
melchisedech333/c-postgresql
:elephant: Introductory examples for people who want to use PostgreSQL with the C language. In the examples, the most basic operations to manage the database were covered, namely: connecting, creating tables, inserting records, selecting data, updating and deleting records.
abidon/libpq.cr
A Crystal binding to the native postgres library (libpq)
PerfectlySoft/Perfect-Session-PostgreSQL
PostgreSQL Driver for Perfect Sessions.
stivenramireza/bank
Bank microservices using Spring Boot with Eureka Server, API Gateway and PostgreSQL.
abidon/crystal-pq
A "crystal-db"-compliant postgres driver
erikrios/kotlin-restful-api
Learn to Build a RESTful API with Spring Framework
jorsol/pgjdbc
PostgreSQL JDBC Driver
smyrgeorge/sqlx4k-sqldelight
A high-performance, non-blocking database driver for PostgreSQL, MySQL, and SQLite, written for Kotlin Native.
SuperSection/dev-finder
A web application where developers can find pair programmer and code along with them with video call screen sharing feature.
artsol0/Contact-Book-SpringBoot
RESTful Web Contact Book developed using Spring Boot
Asterismm54/PGCon
PGCon is an annual conference held in Canada dedicated to PostgreSQL!
nejilabs/amigoscode-jtcularbev-20210117
🧩 Amigoscode - Java Tutorial - Complete User Login and Registration Backend + Email Verification (January 17, 2021) | Link: https://www.youtube.com/watch?v=QwQuro7ekvc&ab_channel=Amigoscode | Their Repo: https://github.com/amigoscode/login-registration-backend
nejilabs/amigoscode-sb3ss6jaaan2-20230103
🧩 Amigoscode - Spring Boot 3 + Spring Security 6 - JWT Authentication and Authorisation [NEW] [2023] (2023/01/03) | Link: https://www.youtube.com/watch?v=KxqlJblhzfI&t=139s&ab_channel=Amigoscode| Their Repo: https://github.com/ali-bouali/spring-boot-3-jwt-security
Viocalpan/rspg
rspg tiny native postgresql driver by rust
Viocalpan/zpg
zpg tiny native postgresql driver by zig
Alice7H/api-rest-spring-boot-3
Java RESTful API criada para o Santander Bootcamp 2023 - Fullstack Java+Angular
danrivsa/vanilla-express-sample-api
Sample API made with express Framework
e19166/Simulator
A event management simulator that integrates a PostgreSQL database with a Go backend. This application allows users to create and manage event records via HTTP endpoints. The project uses Gorilla Mux for routing, and the database operations are handled with Go's database/sql package and the PostgreSQL driver.