• 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
  • v0.1.1 10c5765d68

    v0.1.1 Pre-release

    0Tick released this 2026-05-01 20:21:56 +02:00 | 2 commits to main since this release

    Fix misconfigured typescript config and resolve dependency conflict

    Downloads
  • v0.1.0 4ef9fdffd3

    v0.1.0 Pre-release

    0Tick released this 2026-04-30 20:54:51 +02:00 | 3 commits to main since this release

    This is the initial release of the tauri surrealdb starter.
    I have spent time fixing and testing before uploading this but everything has just been tested on my machine so not everything might work.
    It is in a very usable state and as such i wanted to publish this

    Downloads