-
-
Notifications
You must be signed in to change notification settings - Fork 3
Add remote and local listener support #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry to wedge myself in like this 🙈 I have a couple questions if you don't mind.
...ver/src/commonTest/kotlin/app/softwork/sqldelight/postgresdriver/PostgresNativeDriverTest.kt
Outdated
Show resolved
Hide resolved
...-driver/src/commonMain/kotlin/app/softwork/sqldelight/postgresdriver/PostgresNativeDriver.kt
Outdated
Show resolved
Hide resolved
Any feedback is welcome but this is still a draft. I only pushed the implementation to show I am actively working on it and nobody else needs to invest their time :) |
de39bd8
to
22f7153
Compare
22f7153
to
0fc8dd5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really awesome work 👏 👏 👏 Remote listener support for Postgres is a really awesome feature to have. Only a couple questions.
...light-driver/src/commonMain/kotlin/app/softwork/sqldelight/postgresdriver/ListenerSupport.kt
Outdated
Show resolved
Hide resolved
...light-driver/src/commonMain/kotlin/app/softwork/sqldelight/postgresdriver/ListenerSupport.kt
Show resolved
Hide resolved
...-driver/src/commonMain/kotlin/app/softwork/sqldelight/postgresdriver/PostgresNativeDriver.kt
Outdated
Show resolved
Hide resolved
...ver/src/commonTest/kotlin/app/softwork/sqldelight/postgresdriver/PostgresNativeDriverTest.kt
Outdated
Show resolved
Hide resolved
...ing/src/commonTest/kotlin/app/softwork/sqldelight/postgresdriver/PostgresNativeDriverTest.kt
Show resolved
Hide resolved
…d/remote-listener
Fixes #80
Fixes #45