Skip to content

Shillelagh 1.1.3

Compare
Choose a tag to compare
@betodealmeida betodealmeida released this 17 Nov 19:52
· 113 commits to main since this release
edad91a

A small improvement to the generic JSON adapter so it can handle nested fields:

sql> SELECT NS ->> '$[0]' AS first_ns FROM "https://api.domainsdb.info/v1/domains/search?domain=facebook&zone=com#$.domains[*]" LIMIT 1;
first_ns
----------------------
aron.ns.cloudflare.com
sql>