Skip to content
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

Feat/blazor ssr example #64

Merged
merged 7 commits into from
Jan 17, 2024
Merged

Conversation

Odonno
Copy link
Contributor

@Odonno Odonno commented Dec 23, 2023

Created a blazor example project with some examples to demonstrate how to use a remote SurrealDB instance in a C# project : basic features + Live Query in a Blazor Server (SSR) project.

  • Counter - A single record that contains an integer value that can be incremented/decremented

image

  • Fetch data - Fetch latest weather forecast data when page is rendered

image

  • Live data - Fetch and refresh latest weather forecast in realtime, powered by Live Query

image

  • Realtime board - A dead simple Kanban board with realtime features, powered by Live Query & Rx.NET

image

@codecov-commenter
Copy link

codecov-commenter commented Jan 17, 2024

Codecov Report

Attention: 15 lines in your changes are missing coverage. Please review.

Comparison is base (5293945) 70.69% compared to head (4fe8bee) 70.84%.
Report is 3 commits behind head on main.

Files Patch % Lines
SurrealDb.Net/Models/Thing.Operators.Implicit.cs 50.00% 9 Missing ⚠️
SurrealDb.Net/Internals/SurrealDbEngine.Http.cs 80.00% 2 Missing and 1 partial ⚠️
SurrealDb.Net/Internals/SurrealDbEngine.Ws.cs 75.00% 2 Missing and 1 partial ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #64      +/-   ##
==========================================
+ Coverage   70.69%   70.84%   +0.14%     
==========================================
  Files         110      111       +1     
  Lines        3795     3852      +57     
  Branches      377      390      +13     
==========================================
+ Hits         2683     2729      +46     
- Misses        924      934      +10     
- Partials      188      189       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kearfy kearfy merged commit 76489e3 into surrealdb:main Jan 17, 2024
1 check passed
@Odonno Odonno deleted the feat/blazor-ssr-example branch January 17, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants