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
Prefix for invalid Enum identifiers (e.g. numbers) #40
Just added a quick regex check before generating Select/Enum values for identifying invalid starting characters based on the language specification.
For example a Select with the values
1, 2
would output:
This change would prefix them with 'E' like pocketbase-typegen does.