Skip to content

Add typed SQLite BLOB support - #3

Merged
i-am-the-slime merged 1 commit into
mainfrom
feat/typed-blob
Aug 8, 2026
Merged

Add typed SQLite BLOB support#3
i-am-the-slime merged 1 commit into
mainfrom
feat/typed-blob

Conversation

@i-am-the-slime

Copy link
Copy Markdown
Member

Adds a general Blob newtype backed by ArrayBuffer, with Uint8Array conversion helpers and type-derived SQLite instances. Sliced Uint8Array inputs are copied before storage so unrelated backing-buffer bytes cannot leak into the BLOB.\n\nVerification: bunx spago test (138/138 passed).

@i-am-the-slime
i-am-the-slime merged commit 9f30369 into main Aug 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant