diff --git a/docs/learn-springql/pipeline/data-type.md b/docs/learn-springql/pipeline/data-type.md index 349f303..6596740 100644 --- a/docs/learn-springql/pipeline/data-type.md +++ b/docs/learn-springql/pipeline/data-type.md @@ -64,4 +64,8 @@ SpringQL currently supports the following data types. ## Binary -Not supported yet. +| Language | Type name | +| -------- | ----------------------------- | +| SQL | BLOB | +| Rust | `Vec` | +| C | `const void *` , int (length) |