Skip to content

Commit cb674bf

Browse files
committed
simple first json syntax
1 parent 45ce94e commit cb674bf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ Also I would like to know about needed examples or documentation stuff.
2323

2424
## Extensions in the latest SNAPSHOT version 0.9.1
2525

26+
* First simple support of postgresqls JSON syntax.
27+
28+
```sql
29+
SELECT data->'images'->'thumbnail'->'url' AS thumb FROM instagram
30+
```
31+
2632
* Included support for returning for insert statements.
2733

2834
```sql

0 commit comments

Comments
 (0)