Database Connector
Dexie.js
Provides access to local Dexie.js (IndexedDB) databases in the browser. It is intended for local-first, offline-capable data storage and supports read/write operations. Each database may optionally be synced with Dexie Cloud, in which case access is governed by that database's own authentication and realm permissions; unsynced databases require no authentication and are scoped to the local device only.
Authentication
Does not require authentication and can be used without creating a DPUse Account.
Supported Operations
Supports the following operations implemented by the Connector API.
| Operation | Supported |
|---|---|
| Abort Operation | ✓ |
| Audit Object Content | |
| Create Object | ✓ |
| Describe Connection | |
| Drop Object | ✓ |
| Find Object | ✓ |
| Get Readable Stream | |
| Get Record | ✓ |
| List Nodes | ✓ |
| Preview Object | ✓ |
| Remove Records | ✓ |
| Retrieve Chunks | |
| Retrieve Records | ✓ |
| Upsert Records | ✓ |
Links
- Identifier:
dpuse-connector-dexie-js - GitHub
- Vendor website
- Vendor documentation
- Manage account