-
Notifications
You must be signed in to change notification settings - Fork 15
Companion to SpacetimeDB#1940 #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add README.md
Client additions
Updating documentation
It allows to subscribe to queries, like: client.subscribe("SELECT * FROM Player");
* Add some client tests This adds tests for the client and the ability to supply a test adapter. I also tried to mock WS, but for some reason it didn't work and I figured out making our own adapter is simple enough.
* Remove package-log.json We already have yarn lock, so no need to have both * Add Prettier * Format code using prettier * Add husky and pretty-quick This will ensure formatting before committing
Remove identity from credentials (not needed to log in) Co-authored-by: Derek Brinkmann <[email protected]>
We support primaryKey fields now, thus we can also perform an update operation on the client by utilizing the primaryKey
Added manual ws table connectors
Co-authored-by: Boppy <[email protected]>
Co-authored-by: NateTheDev1 <[email protected]>
* Push * Buffer.from * Format * Add changeset
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Pus * gzip * Push * Buffer.from * Format * Add changeset * Push * Remove deps * Rvert back to original lib.rs * Push * Refactor decompress function * Autogenerate * Format * deferred * Fix tests * Remove blob coments * Message queue. Untested * Fix test * Chunked decompress
* Enter prerelease mode * Add major changeset
|
038059b
to
751d741
Compare
) * Update Identity and Address to use bigints rather than byte arrays * Add back accidentally-removed APIs * Remove debugging log * Add changeset * Fix names * Format * Update creds --------- Co-authored-by: Puru Vijay <[email protected]>
6dfc08b
to
0671175
Compare
commit: |
0671175
to
6d9953e
Compare
* Update readme * rc1 * Update packages/sdk/README.md --------- Co-authored-by: Zeke Foppa <[email protected]>
* support TransactionUpdateLight and CallReducerFlags * Run generate * Push creds * run prettier * Add changeset * Turn on withLightMode --------- Co-authored-by: Puru Vijay <[email protected]> Co-authored-by: Puru Vijay <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
6d9953e
to
56e00e9
Compare
56e00e9
to
a374814
Compare
I'm going to close this since clockworklabs/SpacetimeDB#1940 is unmerged, and we're migrating this repo into SpacetimeDB. The branch |
Companion of clockworklabs/SpacetimeDB#1940.