Skip to content

namin-amin/pocketbase.NET

Repository files navigation

Warning:Still under Development

Pocketbase.NET

.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();

RoadMap

  • CRUD
  • Realtime
  • Basic Auth
  • External Auth
  • Test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors