Skip to content

Queries

markjerz edited this page Jan 8, 2016 · 3 revisions

Dashing attempts to provide an intuitive api for performing most of the common sql functions that you'd expect to be able to perform i.e. selecting data as objects from the database, updating or deleting that data, inserting new data. We like to think of Dashing as a tool for quickly performing sql functions, as opposed to a complete abstraction of the database, and as such you can also perform bulk updates to your database.

The following sections detail how to perform the various functions:

Documentation

Queries
Configuration
Tools

Clone this wiki locally