mbdavid / LiteDB.WebAssembly

WebAssembly version of LiteDB to run on client (browser)
MIT License
58 stars 12 forks source link

Dev halted? #2

Open pvanroos opened 2 years ago

pvanroos commented 2 years ago

@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! :-)

bbqchickenrobot commented 1 year ago

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

mbdavid commented 1 year ago

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

bbqchickenrobot commented 1 year ago

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

Kvarkas commented 1 year ago

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

pvanroos commented 1 year ago

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

mbdavid commented 12 months ago

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

andynmartin commented 10 months ago

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.