Commit Graph

610 Commits

Author SHA1 Message Date
Asad Dhamani
4d328f76a2
Merge pull request #284 from gidoBOSSftw5731/patch-1
Add pq library to Golang
2020-04-25 10:17:07 +05:30
gidoBOSSftw5731
8719ac3863
Add pq library to Golang 2020-04-11 09:42:24 +00:00
Muhammad Ubaid Raza
30a65a0fba
remove duplicate entry under utilities
Hasura and graphql-engine are same
2020-02-19 11:11:02 +05:00
mchristofides
e405857393 Now with https 2020-02-13 13:37:46 +00:00
mchristofides
7f50888ba8 Replace Telegram group with a better one, and add bigger non-English language groups too 2020-02-13 13:33:17 +00:00
mchristofides
c173ebaf5a Fix Postgres Conf youtube 404 2020-02-13 11:21:03 +00:00
mchristofides
210dea9272 Ruby client moved 2020-02-13 11:17:22 +00:00
mchristofides
35f62b4f47 Fix several redirecting links 2020-02-13 11:16:22 +00:00
mchristofides
6dcc669f98 Remove direct link to PipelineDB as their SSL cert expired in December
https://github.com/pipelinedb/pipelinedb/issues/2061
2020-02-13 11:12:57 +00:00
mchristofides
ced4b3be0b Update TeamSQL to DataRow link to get test passing 2020-02-13 11:11:16 +00:00
mchristofides
37acb3a13e Merge branch 'master' of https://github.com/mchristofides/awesome-postgres 2020-02-13 10:52:45 +00:00
mchristofides
d0c7bb11c2 Add Telegram, update user numbers, and order by them 2020-02-13 10:50:30 +00:00
Michael Christofides
43bc43ff65
Merge pull request #3 from dhamaniasad/master
Get up to date
2020-02-13 10:44:26 +00:00
John Bachir
7eca0a55da
add a couple more "why pg" blog posts 2020-02-10 10:18:21 -05:00
Rasmus Porsager
b2580101fa
Add postgres node.js binding 2020-01-08 15:17:19 +01:00
Jake Brinkmann
b98d10884d
CLI: SchemaSpy 2019-12-16 11:56:31 -06:00
Asad Dhamani
8e385f7e01
Merge pull request #276 from x4m/patch-2
Update WAL-G info
2019-11-25 20:13:00 +05:30
Andrey Borodin
25b4d2bb66
Update README.md
Co-Authored-By: Nikolay Samokhvalov <github2@samokhvalov.com>
2019-11-25 08:06:38 +05:00
Cameron Gorrie
ef9a6dd29c
Add pgsh to the CLI section 2019-11-24 19:31:18 -05:00
Andrey Borodin
3015fe5030
Update WAL-G info
We have implemented a lot in WAL-G since this line was initially added :)
2019-11-24 12:26:44 +05:00
Lodopidolo
345641ba2e Added PGroonga extension. 2019-11-23 09:38:22 +01:00
Asad Dhamani
a970d5ce13
Merge pull request #273 from klapouchy/hasura
Add : Utilities : Hasura
2019-11-11 10:18:10 +05:30
Matt
f159d58e96
Utilities: Hasura -Instant realtime GraphQL APIs on any Postgres application, existing or new. 2019-11-07 21:13:59 +01:00
Derek Kulinski
2084c8ba96
Added asyncpg to python
There multiple PostgreSQL drivers, but most of them are based on the interface provided by psycopg2. asyncpg besides being asyncio compatible driver it also did not followed to be compatible with Python's DB-API and instead provided interface that directly matches PostgreSQL API. The disadvantage to it is that it probably won't work with other ORM libraries, but in exchange for it it is extremely fast and much better alternative if you want to utilize PostgreSQL latest features in your code.
2019-11-05 09:52:28 -08:00
Marcus Gartner
8a2f83ba12 Add pg_flame 2019-10-27 12:43:13 -07:00
Pavel T
b32af1bf85
Update README.md 2019-09-23 20:37:08 -04:00
Pavel T
c7c3f81daf
added okmeter.io 2019-09-23 20:36:27 -04:00
Asad Dhamani
909c2f08f8
Merge pull request #262 from gajus/patch-2
docs: add Slonik
2019-09-04 02:35:16 +05:30
Asad Dhamani
3b802938e0
Merge pull request #263 from mchristofides/master
Move pgMustard to optimization section
2019-09-04 02:32:58 +05:30
Asad Dhamani
36dbca29cc
Merge branch 'master' into master 2019-09-04 02:32:29 +05:30
Asad Dhamani
a2c826eea7
Merge pull request #264 from natethor/master
add scaling postgres to videos
2019-09-04 02:30:56 +05:30
Nathan Thorell
df0bb61d72 add scaling postgres to videos 2019-09-03 14:57:26 -06:00
mchristofides
6d545b0382 Fix failing tests (redirects and 404s) 2019-09-03 17:54:33 +01:00
mchristofides
2bbc30a108 Move pgMustard to optimization section 2019-09-03 17:36:53 +01:00
Gajus Kuizinas
f9d27f4cae
docs: add Slonik
Information about Slonik https://dev.to/gajus/dynamically-generating-sql-queries-using-node-js-2c1g
2019-08-29 20:22:54 +01:00
Asad Dhamani
0215f6ed5b
Merge pull request #260 from mgartner/add-pg-insights
Add pg_insights
2019-07-12 16:42:53 +05:30
Asad Dhamani
5e8f533f2f
Merge pull request #252 from binakot/patch-5
Add postgres-checkup by Postgres.ai team
2019-07-12 16:41:57 +05:30
Asad Dhamani
f52d58480f
Merge pull request #251 from binakot/patch-4
Add Nancy CLI by Postgres.ai team
2019-07-12 16:39:52 +05:30
Asad Dhamani
bd09e92c7b
Merge pull request #248 from binakot/patch-1
Rename Timescale to TimescaleDB
2019-07-12 16:37:31 +05:30
Marcus Gartner
ad50049a40 Add pg_insights 2019-06-28 15:11:44 -07:00
Svetha CVL
f1b46975b5 Add pgmetrics monitoring tool 2019-05-29 15:28:16 +05:30
Asad Dhamani
c58baa8b13
Merge pull request #257 from dhamaniasad/revert-256-remove-pg-primer-blogpost
Revert "Remove PG Primer blog post"
2019-05-24 23:54:52 +05:30
Asad Dhamani
e109a49eef
Revert "Remove PG Primer blog post" 2019-05-24 23:54:33 +05:30
Asad Dhamani
808309c4fe
Merge pull request #223 from gombosg/patch-1
Add "pogi"
2019-05-23 20:25:10 +05:30
Asad Dhamani
6b91965383
Merge branch 'master' into patch-1 2019-05-23 20:24:49 +05:30
Asad Dhamani
2a1f1f4d1b
Merge pull request #247 from mchristofides/master
Add pgMustard
2019-05-23 20:20:59 +05:30
Asad Dhamani
a79a163af5
Merge pull request #256 from dhamaniasad/remove-pg-primer-blogpost
Remove PG Primer blog post
2019-05-23 20:13:55 +05:30
Asad Dhamani
50f6862d5e
Update README.md 2019-05-23 20:12:00 +05:30
Asad Dhamani
f1fcc9ead5
Merge pull request #253 from binakot/patch-6
Add useful scripts by Data Egret team
2019-05-23 20:05:16 +05:30
Asad Dhamani
d7623e755f
Merge pull request #255 from yihuang/patch-1
Citus and pipelinedb are extensions now.
2019-05-23 19:56:33 +05:30