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

[Meta] Is this project still maintained? #217

Open
cuuupid opened this issue Sep 22, 2021 · 3 comments
Open

[Meta] Is this project still maintained? #217

cuuupid opened this issue Sep 22, 2021 · 3 comments

Comments

@cuuupid
Copy link

cuuupid commented Sep 22, 2021

Just came across this project and it looks absolutely amazing! Works out of the box and beats many other libraries on benchmarks while also having extensive docs.

I was wondering if this project is still maintained as I see the last push is from 2 years ago, or if there's any way I can get involved to keep it alive.

@olidevelop
Copy link

I'd like to know this, too. The project looks really good, but if not maintained any more ...

@only-cliches
Copy link
Owner

I haven't had alot of time to work on this project, I'd definitely like to revisit this soon.

The current TODO list looks like this:

  1. SnapDB Project (which this relies on for a compile free NodeJS database backend) needs to be cleaned up, should add binary data support for keys and values instead of strings. There's also improvements that can be made to the way scans and indexes work to reduce memory usage. https://www.npmjs.com/package/snap-db
  2. I was about halfway through rewriting NanoSQL from the ground up. The plan was to add a query compilation step similar to SQLite, since computing each query is a pretty expensive operation.

I'm hopeful to have some time early next year to finish things out, might be able to get the SnapDB rework done before hand.

I'm certainly open to anyone taking a look at how the code was progressing and wanting to dive in!

@danrosselli
Copy link

Hi, I use your lib in a great project for offline first feature, nanoSql is awesome for this purpose! I created a lib for sync with mongodb, and write a plugin to upsert and delete rows. I just needed to create extra columns to control the sinchronization. If you continue this project, will be great!

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

No branches or pull requests

4 participants