Mauricio David

Results 52 comments of Mauricio David

Hello everybody! I am still working on LiteDB, and this year more than ever. You can follow the evolution in the `dev` branch (or similar). I have updated the README...

Hi @viveleltsi, thanks for your code. Your v4 source, did you get from v4 branch or from v4.1.4 tag?

Nice! Thanks.... Could you create a pull request for v4 branch? Than I will create a new tag for this new release

Hi @jeshwel, there is not other way to create indexes in Repository class.... I will think about adding this... thanks!

Hello @MestreDosMagros (kkkk, nick muito engraçado!!) I will try to reproduce this steps to check this. v5 use lock FileOpen concepts to not allow 2 process open same database at...

Hi guys, those serializers are both scheme-less, so it´s no possible to use in a document oriented database (if I want open this document ouside this program with user-type definition)....

Hi @pvanroos, I was planning to create v5 with only async methods call (useful to use ReadAsync from Stream) but I had a problem: locks works in threads (ReadWriteLockSlim) and...

Hi @clement128, Was not possible to implement in v5 because was pretty complex at the moment. But now, with v5 released It's on plans no v.5.5 (next "major" upgrade)

Hi @LifshesOfer, it's an old thread but still important 😄 !! I'm writing a complete new engine for LiteDB, using only async methods and simple datafile structure. It's in this...

Hi @JamesW940516, my plans are release first beta version next month. Maybe 60 days to release final version (if not found any tricky problem 😄)