Open csharpfritz opened 4 years ago
Hi there, welcome to Fauna :)
Did you take a look at our tutorials ?
https://docs.fauna.com/fauna/current/tutorials/crud?lang=csharp
Yes, and I struggled with them for 3 hours. They are not linked on the homepage of this repository, it was very hard to find and does not cover the scenario I'm looking for help with.
I thought it was just me
Isn't that example working for you guys? How do you think we could improve it?
For me the example the data comes back as an array and there doesn't appear to be a way to make it an object ? I thought this was going to be the way https://docs.fauna.com/fauna/current/api/fql/functions/toobject?lang=csharp
btw, I would like to invite you guys to join our Forums at https://forums.fauna.com/
I'm new to Fauna and having a VERY hard time understanding how to query and return a collection of objects.
In EntityFramework I would access a property on my database connection like:
and be able to interact with the contents with LINQ syntax. I struggle to find the right combination of Query(Paginate(Match()))).To<MyObject[]>().Value to get objects read from Fauna. Can we put together a simple example document that shows Fauna 101 for each of the CRUD operations?