Rename ExportAdapter to DatabaseController.

This commit is contained in:
Nikita Lutsenko
2016-02-27 02:02:33 -08:00
parent 10efd5d38d
commit d78c2746e9
7 changed files with 46 additions and 48 deletions

View File

@@ -45,7 +45,7 @@ addParseCloud();
// ParseServer works like a constructor of an express app.
// The args that we understand are:
// "databaseAdapter": a class like ExportAdapter providing create, find,
// "databaseAdapter": a class like DatabaseController providing create, find,
// update, and delete
// "filesAdapter": a class like GridStoreAdapter providing create, get,
// and delete