• v0.2.0 05cf11753f

    v0.2.0 Stable

    0Tick released this 2026-05-29 16:43:11 +02:00 | 1 commits to main since this release

    This release is a complete rewrite based on the implementation of an implementation on top of the SurrealDB RpcConnection trait.
    Queries are now transported via Tauri Channels instead of purely invoke based Handlers like before. This should save on serialisation costs.
    All Queries should now also work properly as there is no custom binding of parameters anymore.
    Live Queries, Authentication, Concurrent Queries and Multiple Concurrent Sessions now also work.
    The surreal sdk has now been moved into a git submodule. Instructions are in the readme

    Please upgrade if you already used the older version

    Downloads