Open repository in Console
Readme
Updated 1 month ago
‧ Indexed 5 hours ago
State Employee Credit Card Transactions
Financial data related state employee credit card transactions. See Chapter 12 within the State of Delaware Budget and Accounting Manual at this link: http://www.budget.delaware.gov/accounting-manual/documents/chapter12.pdf?ver=0829.
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/state-employee-credit-card-transactions-nurt-5rqw\".\"state_employee_credit_card_transactions\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata