Socket
Book a DemoInstallSign in
Socket

dexie-cloud-addon

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dexie-cloud-addon

Dexie addon that syncs with to Dexie Cloud

4.2.0
next
latest
Source
npmnpm
Version published
Weekly downloads
121
-45.5%
Maintainers
1
Weekly downloads
 
Created
Source

The web client for Dexie Cloud.

Getting started

npm install dexie@latest
npm install dexie-cloud-addon@latest
import Dexie from 'dexie';
import dexieCloud from 'dexie-cloud-addon';

const db = new Dexie('dbname', { addons: [dexieCloud]});

db.version(1).stores({
    yourTable: '@primKeyProp, indexedProp1, indexedProp2, ...'
});

db.cloud.configure({
  databaseUrl: 'https://<yourdb>.dexie.cloud'
})

See also

https://dexie.org/cloud/docs/dexie-cloud-addon#api

Obtaining a database URL

Run the following command in a console / terminal:

npx dexie-cloud create

See also https://dexie.org/cloud/#getting-started

Having problems getting started, please file an issue

The Cloud Service

Better Stack Badge

The official production service for Dexie Cloud Server is forever free of charge so you do not need to install any server to get started. The free service has some limits, see https://dexie.org/cloud/pricing

On-Prem version

Dexie Cloud Server is a closed source software that can be purchased and installed on own hardware, see On-Prem Silver / On-Prem Gold

CLI

See https://dexie.org/cloud/docs/cli

APIs

See https://dexie.org/cloud/docs/dexie-cloud-api

FAQs

Package last updated on 13 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.