We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e578245 commit e108ffdCopy full SHA for e108ffd
.changeset/silly-actors-retire.md
@@ -0,0 +1,5 @@
1
+---
2
+'@powersync/service-jpgwire': patch
3
4
+
5
+Export SocketAdapter class, the async socket wrapper for pgwire.
packages/jpgwire/src/index.ts
@@ -3,4 +3,5 @@ export * from './certs.js';
export * from './util.js';
export * from './metrics.js';
export * from './pgwire_types.js';
6
+export * from './socket_adapter.js';
7
export * from './structure_parser.js';
0 commit comments