From 5fad23eac84e00b61948b13e3517586c3393eaa9 Mon Sep 17 00:00:00 2001 From: Kaarel Moppel Date: Wed, 30 Apr 2025 17:51:15 +0300 Subject: [PATCH] Add zapatos TypeScript database library https://github.com/dhamaniasad/awesome-postgres/issues/337 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8700eeb..881b676 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software). * Go: [pq](https://github.com/lib/pq), [pgx](https://github.com/jackc/pgx), [go-pg](https://github.com/go-pg/pg) * Haskell: [postgresql-simple](http://hackage.haskell.org/package/postgresql-simple) * Java: [PostgreSQL JDBC Driver](https://jdbc.postgresql.org/), [Vert.x PostgreSQL Client](https://vertx.io/docs/vertx-pg-client/java/) +* Lua: [luapgsql](https://github.com/arcapos/luapgsql) * .Net/.Net Core: [Npgsql](https://github.com/npgsql/npgsql) * Node: [node-postgres](https://github.com/brianc/node-postgres), [pg-promise](https://github.com/vitaly-t/pg-promise), [pogi](https://github.com/holdfenytolvaj/pogi), [slonik](https://github.com/gajus/slonik), [postgres](https://github.com/porsager/postgres) * Perl: [DBD-Pg](https://metacpan.org/pod/distribution/DBD-Pg/Pg.pm) @@ -254,7 +255,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software). * R: [RPostgres](https://github.com/r-dbi/RPostgres), [RPostgreSQL](https://github.com/tomoakin/RPostgreSQL) * Ruby: [pg](https://github.com/ged/ruby-pg) * Rust: [rust-postgresql](https://github.com/sfackler/rust-postgres), [pgx](https://github.com/tcdi/pgx), [wtx](https://github.com/c410-f3r/wtx) -* Lua: [luapgsql](https://github.com/arcapos/luapgsql) +* TypeScript: [zapatos](https://github.com/jawj/zapatos) * Zig: [pg.zig](https://github.com/karlseguin/pg.zig) ### PaaS *(PostgreSQL as a Service)*