surrealdb / surrealdb.java

SurrealDB SDK for Java
https://surrealdb.com
Apache License 2.0
67 stars 21 forks source link

Remove SurrealWebSocketConnection #39

Closed phughk closed 1 week ago

phughk commented 1 year ago

The class SurrealWebSocketConnection is unnecessary. We should instead use URI's which also support custom protocols for tikv:// and memory. Probably can just use URI instead. On top of that, the connection should not "connect". The driver connects using the address. The OOP model is unusual.

emmanuel-keller commented 1 week ago

Superseded by SurrealDB driver v0.2.0