1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-11-24 23:04:24 +02:00

Add zapatos TypeScript database library

https://github.com/dhamaniasad/awesome-postgres/issues/337
This commit is contained in:
Kaarel Moppel
2025-04-30 17:51:15 +03:00
parent 2fda8646f5
commit 5fad23eac8

View File

@@ -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)*