Table of Contents
Expand | ||||||
---|---|---|---|---|---|---|
|
External databases allows the platform developer to integrate different database types with their IoT Platform application. It is recommended you recreate and access your external database connections using the new API. This is the 9.0.0 version of collection connections. Any new External Databases created must use the new ClearBlade.Database
interface only. Connect Collections that were created before the 9.0.0 version are now External Databases and are able to use both the ClearBlade.Collection
and ClearBlade.Database
interface in the ClearBlade library.
...