mbdavid/LiteDB.WebAssembly

Dev halted?

Opened this issue ยท 7 comments

@mbdavid Have you ceased development on this project? I use LiteDb in my Xamarin apps and many other places. I'm building a new Blazor app on .NET 6 and would love to use this here! :-)

I take it that no response means this is not going to happen :(

Hi guys, sorry for long responde. I was out a while because this year I had a lot of work to do. I'm backing to code LiteDB and release some bugfixes.... now I'm working in rebuild process

For Blazor.WebAssembly I will refactor to run over current LiteDB version (using async and custom Stream). But will take a time for that...

That would be great @mbdavid - my goal is to create a browser plugin using blazor wasm that can store local data using litedb!

@mbdavid hello, any change to make it svelte4 available to read/write?

@mbdavid Just wanted to say thank you and didn't want my question from a while back to be misinterpreted. ๐Ÿ˜Š

I really appreciate the library you created and I'm still using it in different projects.

Hi @pvanroos,

This WebAssembly version was just a "proof of concept" to use wasm in C#. This version are based on v5 that has problems. My next v6 are "almost" done... and will be async by default. This will be much easer to be compatible with wasm and local storage (I must use IndexedDB to store litedb data/index pages.

After release v6, I will re-build this project with this new version...

Here's the "temp" repo that I'm working now.... I will merge with LiteDB original repo next month.

https://github.com/mbdavid/LiteDB-vNext

Hi @mbdavid. Thanks for working on this. We have a strong interest in using it in a Blazor wasm app we're working on as well.