Table of Contents
Expand | ||||||
---|---|---|---|---|---|---|
|
External databases allow developers to integrate different database types with their IoT Platform application. You should recreate and access your external database connections using the new API (collection connections 9.0.0 version). Any new external databases created must use the new ClearBlade.Database
interface only. Connect collections created before the 9.0.0 version are external databases and can use the ClearBlade.Collection
and ClearBlade.Database
library interface.
...