MARKETPLACE
PLUGINS
RED INDEX DB
Red Index DB logo

Red Index DB

Published June 2025
   •    Updated March 2026

Plugin details

Plugin Description: Local Storage with IndexedDB
This plugin allows you to save, retrieve and update data directly in the browser's IndexedDB, ideal for applications that need persistent local storage even after reloads or loss of internet connection. With support for complex objects, multiple stores and asynchronous operations, the plugin offers a simple interface to interact with the user's local database in a safe and efficient way.

Main features:

Automatic creation of stores and indexes;

Insertion, update and deletion of records;

Search by key or index;

Offline persistence with support for large volumes of data;

Promises-based operations.


=======================


Descrição do Plugin: Armazenamento Local com IndexedDB

Este plugin permite salvar, recuperar e atualizar dados diretamente no IndexedDB do navegador, ideal para aplicações que precisam de armazenamento local persistente mesmo após recarregamentos ou perda de conexão com a internet. Com suporte a objetos complexos, múltiplas stores e operações assíncronas, o plugin oferece uma interface simples para interagir com o banco local do usuário de forma segura e eficiente.

Funcionalidades principais:

Criação automática de stores e índices;

Inserção, atualização e exclusão de registros;

Busca por chave ou por índice;

Persistência offline com suporte a grandes volumes de dados;

Operações baseadas em Promises.

$15

One time  •  Or  $5/mo

stars   •   0 ratings
2 installs  
This plugin does not collect or track your personal data.

Platform

Web

Contributor details

Red Bear logo
Red Bear
Joined 2019   •   5 Plugins
View contributor profile

Instructions

// =========================================== // CONFIGURAÇÃO DO PLUGIN
// ===========================================

/*
CONFIGURAÇÃO NO BUBBLE PLUGIN EDITOR:

1. ELEMENT (Preview Function):
  - preview: previewFunction

2. ACTIONS:
  - Write: writeAction
  - Get: getAction  
  - Delete: deleteAction
  - Clear: clearAction

3. PARÂMETROS PARA CADA ACTION:
  Write:
    - keys (String): "key1|key2|key3"
    - values (String): "value1|value2|value3"
 
  Get:
    - keys (String): "key1|key2|key3"
 
  Delete:
    - keys (String): "key1|key2|key3"
 
  Clear:
    - (sem parâmetros)

4. STATES (para todas as actions):
  - status (String): Status da operação
  - values (String): Valores retornados (separados por |)

5. EXEMPLO DE USO:
  Write: keys="nome|idade|cidade", values="João|30|São Paulo"
  Get: keys="nome|idade" → retorna values="João|30"
  Delete: keys="idade" → remove a chave idade
  Clear: → limpa todo o banco

Types

This plugin can be found under the following types:
Background Services   •   Element   •   Action

Categories

This plugin can be found under the following categories:

Resources

Support contact
Documentation
Tutorial

Rating and reviews

No reviews yet

This plugin has not received any reviews.
Bubble