iluvadev/PocketBaseClient
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]
This is a C# client that helps developers working with PocketBase applications. It translates your PocketBase database collections and records into C# objects, so you can interact with your application's data using standard C# code rather than writing raw API calls. This is useful for C# developers who are building applications that rely on a PocketBase backend for data storage.
No commits in the last 6 months.
Use this if you are a C# developer building an application that needs to read, create, update, and delete data from a PocketBase backend using an Object-Relational Mapper (ORM) approach.
Not ideal if you are not a C# developer or if you prefer to interact with your PocketBase application directly through its REST API rather than an ORM.
Stars
58
Forks
9
Language
C#
License
MIT
Category
Last pushed
Jun 16, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/iluvadev/PocketBaseClient"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative....
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...