Skip to content

Introduction

If just want to know how to use storeage, you can read the quick start page.

What is storeage?

Storeage is a lightweight, zero-dependency, and easy-to-use storage library for modern web applications. It provides a simple and intuitive API for storing and retrieving data, with support for various storage backends (IndexedDB, LocalStorage).

What about storeage?

Storeage's Api inspired By localForage, but it's not a fork of localForage.

What's the difference between storeage and localForage?

  • Storeage support setting a validity period for the stored data.
  • Storeage support to store more complex data types. more
  • Storeage does not support WebSQL.