Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiments towards a port to LiteDB 5 #53

Closed
wants to merge 3 commits into from
Closed

Experiments towards a port to LiteDB 5 #53

wants to merge 3 commits into from

Conversation

NicoVIII
Copy link

@NicoVIII NicoVIII commented Jul 3, 2020

I took the code from #51 and tried to make as much stuff work again as I could.

When I comment out everything which doesn't compile for now (also some tests because of missing Query.Where), there are 6 tests left, which are failing. All seem to have to do with DBref.

This is very much a trial and error approach. I have no real experience with LiteDB but I tried, what I could. Maybe this is helpful for someone else to make everything work again or I find the time and motivation to look into the remaining issues.

@srid
Copy link

srid commented Mar 19, 2021

Any updates on this PR? I'm looking to use LiteDB in my F# project, and it would be great if I can use 5.x instead of 4.x from the get-go.

@Zaid-Ajaj
Copy link
Owner

@srid No updates currently, I think the v5 needs a full rewrite of the library for a much better and safer API. I have thinking about the architecture but unfortunately not enough time to actually go and implement it :/

@Zaid-Ajaj
Copy link
Owner

Implemented by #61

@Zaid-Ajaj Zaid-Ajaj closed this Apr 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants