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]
MIT License
39 stars 8 forks source link

Number type always maps as int #15

Closed iluvadev closed 1 year ago

iluvadev commented 1 year ago

The Number type in PocketBase maps to c# int type. But:

With this mapping, there are no options to work with decimal values