-
v0.2.0 Stable
released this
2026-05-29 16:43:11 +02:00 | 1 commits to main since this releaseThis 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 readmePlease upgrade if you already used the older version
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.1.1 Pre-release
released this
2026-05-01 20:21:56 +02:00 | 2 commits to main since this releaseFix misconfigured typescript config and resolve dependency conflict
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.1.0 Pre-release
released this
2026-04-30 20:54:51 +02:00 | 3 commits to main since this releaseThis 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 thisDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)