Skip to content

sdk-core: overhaul of database and storage [INT-355] #341

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: feature/INT-355-storage-overhaul
Choose a base branch
from

Conversation

perf2711
Copy link
Contributor

Overhauls storage and database, removing things such as file attachments from sdk-core, and allows them to be added in packages that actually can implement them.

Notable changes:

  • add BacktraceStorageModule - behaves similarly to FileSystem, but omits directories and is more of a key/value storage
    • we do not use directories at all in sdk-core, so this is simpler and allows for easier implementations for storages like localStorage in browser
  • allow for defining custom database records
    • removes file attachments from sdk-core, and by extent, browser and other SDKs that shouldn't care about files
    • allows to specify implementations for serialization and sending of database records

@perf2711 perf2711 requested a review from konraddysput June 27, 2025 09:40
@perf2711 perf2711 self-assigned this Jun 27, 2025
@perf2711 perf2711 added the enhancement New feature or request label Jun 27, 2025
@perf2711
Copy link
Contributor Author

Do not expect the pipelines to succeed in this branch - this covers only sdk-core, and deriving packages will not build.

@perf2711 perf2711 force-pushed the feature/INT-355-storage-overhaul--sdk-core branch from 5ac6de3 to efb9d91 Compare June 27, 2025 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants