Skip to content

Commit 57b0a0b

Browse files
Add Blob heading
1 parent a198a80 commit 57b0a0b

File tree

1 file changed

+2
-0
lines changed
  • docs/technical-details/reference

1 file changed

+2
-0
lines changed

docs/technical-details/reference/blob.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Blob
2+
13
Blobs are binary large objects that can used to store any type of unstructured/binary data and is designed for large content. Blobs support streaming and feature better performance for content larger than about 20KB. Blobs are built off the native JavaScript `Blob` type, and HarperDB extends the native `Blob` type for integrated storage with the database. To use blobs, you would generally want to declare a field as a `Blob` type in your schema:
24
```graphql
35
type MyTable {

0 commit comments

Comments
 (0)