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
The key requirement is that your database must expose be able handle raw [Postgres wire protocol](https://www.postgresql.org/docs/current/protocol.html) messages.
69
+
The key requirement is that your database must be able to handle raw [Postgres wire protocol](https://www.postgresql.org/docs/current/protocol.html) messages.
53
70
54
71
### 4. Connect with PostgreSQL Tools
55
72
@@ -78,11 +95,6 @@ export default defineConfig({
78
95
79
96
- Only one browser connection is allowed at a time
0 commit comments