Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed May 8, 2024
1 parent 979a85c commit 97d7b03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ A list without angle brackets will default to `list<1:int8>`.

Structs operate similarly to lists but without a specified length. To define a struct containing an int8 and a boolean value, use the format: `struct<int8,bool>`.

## Special use cases

If the query string is `passthrough`, the query will return anything that was passed to Bind or BindStream as the query result. This is useful for testing the Bind and BindStream functions.

# Supported DataTypes

Here is a list of supported DataTypes in the query
Expand Down

0 comments on commit 97d7b03

Please sign in to comment.