Essential and Non-Essential Business Categories in Delaware during Coronavirus Closure
A list of businesses deemed essential and non-essential during the coronavirus (COVID-19) outbreak in Delaware. Non-essential businesses were closed on March 24, 2020 at 8am by order from the Governor. Certain business categories are allowed to re-open by Governor's announcements. Data from Division of Small Business.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"delaware-gov/essential-and-nonessential-business-categories-in-5ews-sq7p\".\"essential_and_nonessential_business_categories_in\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.