benallfree / awesome-pocketbase

A collection of PocketBase community resources.
Creative Commons Zero v1.0 Universal
658 stars 44 forks source link

Is possible to add an ORM in C#? (work in progress) #3

Closed iluvadev closed 1 year ago

iluvadev commented 1 year ago

Hi, I'm working in an ORM in c# for PocketBase: https://github.com/iluvadev/PocketBaseClient-csharp

It has a Code Generator to map PocketBase Collections to objects: generates also enums and maps relations to objects.

It is not finished yet, but I think it might be interesting for c# developers.

Main work left is finish CLI for Code Generator, queries and file processing (maybe also realtime support).

benallfree commented 1 year ago

Hi @iluvadev, sounds great! Please let me know when you’re ready for it to be posted.

iluvadev commented 1 year ago

Hi @benallfree, it could be posted. I publised a release of the project. It generates the code to operate with a particular PocketBase Application, with a Filter system for queries.

File processing and realtime support is not yet implemented.

benallfree commented 1 year ago

Added