Skip to main content

Data Storage

There are variety of options available for storing data within a Navify app.

Here are two official Navify options:

For developers not requiring encryption nor relational data support, @navify/storage is an open source key/value API for building apps that work across storage engines on multiple platforms.

Additionally, Navify Secure Storage has a driver that works with the key/value API in @navify/storage while providing encryption and SQLite support.

Learn more about @navify/storage