.NET C# SDK for pocketbase
API's are Kept as similar as possible to JS sdk of pocketbase
using pocketbase.net;
var Pb = new Pocketbase("http://127.0.0.1:8090");
var Records = await Pb.Collections("posts").GetFullList();- CRUD
- Realtime
- Basic Auth
- External Auth
- Test