mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[GH-ISSUE #255] Browser support using OPFS #114
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#114
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?
Originally created by @fdx-brenton-sheen on GitHub (Oct 31, 2024).
Original GitHub issue: https://github.com/appy-one/acebase/issues/255
Just a query / feature suggestion.
RxDB seems to make a big deal about the 'bad performance' of IndexedDB in the browser and have gone as far to add an OPFS based storage backend.
Since AceBase is using it's own file-format with NodeJS I was just wondering if using that format in OPFS is something that is being considered? I am unsure as to if the OPFS capabilities extend far enough to support all the file operations that AceBase may require in order to do so efficiently.