mnbjhu
mnbjhu
Of course, I've created an example here: https://github.com/mnbjhu/label_test. The test 'error_at_token' (main.rs) fails
Thanks for this, I'll make sure to check it out this weekend. I've been working on a language server recently and this will be really useful :)
I think it's worth noting that, whilst providing a serialization strategy which uses kotlinx is possible, there would be performance losses compared to using it in kotlin. Kotlinx serialization is...
I'm not sure I can do anything to make the driver official, although I will create a PR to add it to awesome-surreal. However if you have any features you'd...
@phughk That'd be great! Support for embedded SurrealDB is also something I have planned so I'd be interested in how you plan to approach it. I'd like to add that...
This is an interesting idea, although I think it's worth mentioning: - You wouldn't be able to use the ws method for select (see: https://surrealdb.com/docs/integration/websocket/text#select) - The `select` function doesn't...