Gatsby DOM for Databases 3.0 Reference

Engine Object


The DBDOM Engine object.

Properties

NameDescription
DefaultDataSourcesFileNameThe name of the data sources file that will be automatically opened by the Engine object.
DataSourcesThe currently open data sources file.
ChallengeThe current challenge for credentials.

Methods

NameDescription
NewCreate a new untitled data sources file. Closes the open data sources file.
OpenOpen a Gatsby data sources file
CloseClose any open databases that are mounted on the data source.
nodeFromIDReturns the node whose ID attribute matches the supplied value.