vasern / vasern

Vasern is a fast, lightweight and open source data storage for React Native

Home Page:https://vasern.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

roadmap info

bitlab-code opened this issue · comments

Hi and thanks for vasern.

I've read 08/10/2019 updated and I would like to ask you for clarification on the new roadmap.

Only vasern-server will not be released? are the changes and new features to get to 1.0 planned?

Thanks


From roadmap

Version 0.4

  • Full transactional (ACID) support (Native)
  • Input sanitizers (avoid invalid inputs that might cause exploits) (Native or JavaScript)

Version 0.5

  • Migration (Native and JavaScript)
  • Query Observation (keep track of changes and automatically update) (JavaScript)

Before version 1.0

  • Optimize speed and memory for index_set (indexing feature) in fsm (Native)
  • Introduce Vasern Playground - A Vasern test server
  • Reactjs compatibility
  • 🔸 Eliminate critical bugs (on going task)

Hi @bitlab-code, I've been neglect to follow the development road map recently. I'll be able to get back working on Vasern in a few months (though I'm not sure about the schedule).

At the moment, Vasern fits with small apps. In case you are developing a large scale app, I'd recommend having a look at WatermelonDB. It uses SQLite, which has been around for a long time.

Besides, I'm still happy to help out with bugs or related questions. Thanks for using Vasern :)