You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,4 +16,9 @@
16
16
17
17
---
18
18
19
-
A PostgreSQL extension providing an async networking interface accessible via SQL using a [background worker](https://www.postgresql.org/docs/current/bgworker.html) and curl.
19
+
pg_net is a PostgreSQL extension exposing a SQL interface for async networking with a focus on scalability and UX.
Copy file name to clipboardExpand all lines: docs/index.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,4 +16,9 @@
16
16
17
17
---
18
18
19
-
A PostgreSQL extension providing an async networking interface accessible via SQL using a [background worker](https://www.postgresql.org/docs/current/bgworker.html) and curl.
19
+
pg_net is a PostgreSQL extension exposing a SQL interface for async networking with a focus on scalability and UX.
0 commit comments