filmov
tv
Jsonpath - a query language for json - Oleg Bartunov
Показать описание
PostgreSQL is the first relational database, that recognized the need of non-atomic data types to support developers of applications from science to Web. Jsonb in Postgres is the attractive feature for modern application developers, who want to work with json documents without sacrificing a strong consistency and ability to use all the power of proven relational technology. Finally, SQL world has recognized the NoSQL and released the new SQL-2016 standard, which includes specification of SQL/JSON data model and path language, as well as SQL commands for storing, publishing and quering JSON data. I will present the implementation of jsonpath, the path language for querying json in PostgreSQL and discuss possible extensions.