Update sql-connector.md

This commit is contained in:
Rand McKinney 2015-05-15 11:04:52 -07:00
parent 772132497d
commit 9703372551
1 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
This tutorial walks you through the MySQL connector implementation to teach you
how to develop a connector for relational databases.
> NOTE: This document is being moved to http://docs.strongloop.com/display/LB/How+to+build+a+connector+for+a+relational+database.
## Understand a connector's responsibilities
In LoopBack, models encapsulate business data and logic as JavaScript properties
@ -659,4 +661,4 @@ model definitions.
function queryExportedForeignKeys(schema, table) {
// ...
}
```
```