mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-24 22:01:13 -06:00
[PR #169] [MERGED] Improvement: moved IndexedDB code #144
Labels
No labels
IndexedDB
browser
bug
dependencies
documentation
duplicate
enhancement
feature request
indexes
indexes
invalid
pull-request
query
question
transaction logging
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase#144
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:improvement/move-indexeddb-code📝 Commits (4)
f21638fmoved IndexedDB code into own filesd48b274typo28bcc95async closefef5dfcremove unused promise.try shim📊 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.