diff options
Diffstat (limited to 'docs/tutorials/portal-sdk/setting-up-db.rst')
-rw-r--r-- | docs/tutorials/portal-sdk/setting-up-db.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/portal-sdk/setting-up-db.rst b/docs/tutorials/portal-sdk/setting-up-db.rst index 3e73fa17..5d89ea86 100644 --- a/docs/tutorials/portal-sdk/setting-up-db.rst +++ b/docs/tutorials/portal-sdk/setting-up-db.rst @@ -1,6 +1,6 @@ Setting up a database connection ================================ - + Most applications will need access to a database. In this tutorial, we'll connect to a database in order to pull data for displaying in a Google chart. Injecting data |