What is a Data Store in Appian?
A Data Store in Appian is an object used to connect Appian with an external relational database. It acts as a configuration layer that allows Appian to communicate with database tables through Data Store Entities (DSEs).
A Data Store typically contains one or more Data Store Entities, where each entity represents a database table. Developers can use these entities to read, insert, update, and delete data from the database.
Example:
Suppose an application has a Customer database table. You can create a Customer Data Store Entity in Appian that maps to this table. Appian can then work with customer information through the configured data store.
In simple terms:
A Data Store is the Appian configuration that connects the application to a relational database and defines how Appian accesses database tables.


Comments
Post a Comment