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

Initial assessment of a port to LiteDB 5 #51

Closed
wants to merge 2 commits into from

Conversation

TeaDrivenDev
Copy link
Contributor

As noted in #45, LiteDB.FSharp is currently incompatible with LiteDB 5.x due to API changes. These changes are significant in certain areas (especially the query API) and will require more in-depth knowledge and research in order to make LiteDB.FSharp compatible with the new version of LiteDB.

I do not have the LiteDB experience to handle those more complex changes, but I have made the simple ones to fix individual compile errors. (Those changes have been made naively and do not necessarily have to be correct.) I have marked all the places that I could not get to compile with TODO comments.

I have no immediate plans to pursue this further, as I don't know how; this is intended more as a jumping-off point, so someone else doesn't have to start from scratch.

@Zaid-Ajaj
Copy link
Owner

Hello there @TeaDrivenDev, what is the current status of this at the moment? Do you plan on continuing the work for the latest version upgrade or you want to leave it so that someone else picks it up?

@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.

2 participants