Now you can store your data in Watermelon! Yesterday, Nozbe released Watermelon DB v0.6.1-1, a new addition to the database world. It aims to help you build powerful React and React Native apps that scale to large number of records and remain fast.
Watermelon architecture is database-agnostic, making it cross-platform. It is a high-level layer for dealing with data, but can be plugged in to any underlying database, depending on platform needs.
Watermelon DB is optimized for building React and React Native complex applications. Following are the factors that help in ensuring high speed of applications:
Currently, Watermelon DB is in active development and cannot be used in production. Their roadmap states that, migrations will soon be added to allow the production use of Watermelon DB. Schema migrations is the mechanism by which you can add new tables and columns to the database in a backward-compatible way.
To know how you can install it and to try few examples, check out Watermelon DB on GitHub.
React Native 0.57 coming soon with new iOS WebViews
What’s in the upcoming SQLite 3.25.0 release: windows functions, better query optimizer and more
React 16.5.0 is now out with a new package for scheduling, support for DevTools, and more!