C# client to interact with a particular PocketBase application: an ORM mapped to your PocketBase server. [This project is in active development. The things described below could change]
MIT License
43
stars
8
forks
source link
Pure Sync methods, no Async to Sync conversions #32
Avoid async deadlock in some environments using pure Sync methods instead of synced async calls Thanks @mtaku3 :)