Delaware Grown
<DIV STYLE="text-align:Left;"><DIV><P><SPAN>From April through December, Delaware is producing a bountiful amount of fresh fruits and vegetables, honey, cut flowers, and evergreens. Our seasonality offers distinct flavors, colors, and variety that appeal to all.</SPAN></P><P><SPAN>As a consumer, you want the best for you and your family. Knowing that the fresh produce you purchased has had the minimum amount of time "off the vine" is important. In a small state like Delaware, our farmers pick early in the morning so you have the freshest selection at the market. And with less time to reach the market, nutrients are retained, making Delaware grown produce more nutritious.</SPAN></P><P><SPAN>So join our Delaware Grown journey to Pick Fresh, Pick First. We are going to cover the state from shopping at farmers' markets and farm stands to making memories at a U-pick farm to meeting the farmers who grow your food to learning how to cook fresh food for you and your family.</SPAN></P><P><SPAN>For more information visit: https://delawaregrown.com/delaware-grown/</SPAN></P></DIV></DIV>
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/delaware-grown-6jxt-rimh\".\"delaware_grown\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.