[PR #169] [MERGED] Improvement: moved IndexedDB code #144

Closed
opened 2026-05-23 08:31:49 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase/pull/169
Author: @appy-one
Created: 10/29/2022
Status: Merged
Merged: 10/30/2022
Merged by: @appy-one

Base: masterHead: improvement/move-indexeddb-code


📝 Commits (4)

📊 Changes

5 files changed (+353 additions, -346 deletions)

View changed files

src/promise-try-shim.js (+0 -9)
📝 src/ts/acebase-browser.ts (+2 -333)
📝 src/ts/acebase-local.ts (+3 -3)
📝 src/ts/storage/custom/indexed-db/index.ts (+78 -1)
src/ts/storage/custom/indexed-db/transaction.ts (+270 -0)

📄 Description

Moved IndexedDB code into its own custom storage directory, some other minor code changes.
No generated code included


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/appy-one/acebase/pull/169 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 10/29/2022 **Status:** ✅ Merged **Merged:** 10/30/2022 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `improvement/move-indexeddb-code` --- ### 📝 Commits (4) - [`f21638f`](https://github.com/appy-one/acebase/commit/f21638fcd6a3b2fc3bc333abcc342e56dcf8ba7d) moved IndexedDB code into own files - [`d48b274`](https://github.com/appy-one/acebase/commit/d48b2741eb8fada850b18ebfc18bee74bf3ee22b) typo - [`28bcc95`](https://github.com/appy-one/acebase/commit/28bcc95d5840e9c3f10504f4b3021f609303f5ba) async close - [`fef5dfc`](https://github.com/appy-one/acebase/commit/fef5dfcc10dfa68de5b8fd41f4c095e4eac900e2) remove unused promise.try shim ### 📊 Changes **5 files changed** (+353 additions, -346 deletions) <details> <summary>View changed files</summary> ➖ `src/promise-try-shim.js` (+0 -9) 📝 `src/ts/acebase-browser.ts` (+2 -333) 📝 `src/ts/acebase-local.ts` (+3 -3) 📝 `src/ts/storage/custom/indexed-db/index.ts` (+78 -1) ➕ `src/ts/storage/custom/indexed-db/transaction.ts` (+270 -0) </details> ### 📄 Description Moved IndexedDB code into its own custom storage directory, some other minor code changes. No generated code included --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-23 08:31:49 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase#144
No description provided.